MCPcopy
hub / github.com/wtfutil/wtf / Validatable

Interface Validatable

cfg/validatable.go:4–9  ·  view source on GitHub ↗

Validatable is implemented by any value that validates a configuration setting

Source from the content-addressed store, hash-verified

2
3// Validatable is implemented by any value that validates a configuration setting
4type Validatable interface {
5 Error() error
6 HasError() bool
7 String() string
8 IntValue() int
9}

Callers 20

contentMethod · 0.65
contentMethod · 0.65
validateFunction · 0.65
Test_AttributesFunction · 0.65
contentMethod · 0.65
travisBuildRequestFunction · 0.65

Implementers 1

positionValidationcfg/position_validation.go

Calls

no outgoing calls

Tested by

no test coverage detected