MCPcopy Create free account
hub / github.com/danielmesquitta/flight-api / Validator

Interface Validator

internal/pkg/validator/validator.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type Validator interface {
15 Validate(data any) error
16}
17
18type Validation struct {
19 v *validator.Validate

Callers 3

ExecuteMethod · 0.65
ExecuteMethod · 0.65
validateMethod · 0.65

Implementers 1

Validationinternal/pkg/validator/validator.go

Calls

no outgoing calls

Tested by

no test coverage detected