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

Method Validate

internal/pkg/validator/validator.go:15–15  ·  view source on GitHub ↗
(data any)

Source from the content-addressed store, hash-verified

13
14type Validator interface {
15 Validate(data any) error
16}
17
18type Validation struct {

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