Monorepo for Tangled
Something went wrong. Try again.
1234567package models
type Validator interface { // Validate checks the object and returns any error. Validate() error}
1234567package models
type Validator interface { // Validate checks the object and returns any error. Validate() error}