MCPcopy
hub / github.com/yusing/godoxy / CustomValidator

Interface CustomValidator

internal/serialization/validation.go:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type CustomValidator interface {
26 Validate() error
27}
28
29var validatorType = reflect.TypeFor[CustomValidator]()
30

Callers 8

ConvertSliceFunction · 0.65
ValidateMethod · 0.65
ValidateMethod · 0.65
ValidateMethod · 0.65
NewStartedTestRouteFunction · 0.65
loadRoutesMethod · 0.65
TestApplyLabelWithRefH2CFunction · 0.65

Implementers 15

CustomValidatingPointerStructinternal/serialization/validation_stru
TestStructinternal/serialization/gin_binding_tes
CustomValidatingStructinternal/serialization/validation_stru
IdlewatcherConfiginternal/types/idlewatcher.go
InboundMTLSProfileinternal/types/inbound_mtls.go
Configinternal/autocert/config.go
ConfigBaseinternal/logging/accesslog/config.go
Configinternal/maxmind/types/config.go
GotifyClientinternal/notif/gotify.go
ProviderBaseinternal/notif/base.go
Ntfyinternal/notif/ntfy.go
Webhookinternal/notif/webhook.go

Calls

no outgoing calls

Tested by

no test coverage detected