MCPcopy Index your code
hub / github.com/wtfutil/wtf / Error

Method Error

cfg/validatable.go:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Implementers 1

positionValidationcfg/position_validation.go

Calls

no outgoing calls