Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
type
Validator
interface
{
15
Validate(data any) error
16
}
17
18
type
Validation
struct
{
19
v *validator.Validate
Callers
3
Execute
Method · 0.65
Execute
Method · 0.65
validate
Method · 0.65
Implementers
1
Validation
internal/pkg/validator/validator.go
Calls
no outgoing calls
Tested by
no test coverage detected