Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
RunnerConfig
}
func LoadConfig ¶
func NewDefaultConfig ¶
func NewDefaultConfig() *Config
type RunnerConfig ¶
type ValidatedValue ¶
type ValidatedValue string
func (*ValidatedValue) UnmarshalJSON ¶
func (vv *ValidatedValue) UnmarshalJSON(b []byte) error
type Validator ¶
type Validator struct {
// contains filtered or unexported fields
}
func (*Validator) AddFuncByType ¶
func (v *Validator) AddFuncByType(vType string, valFunc ValidatorFunc)
type ValidatorFunc ¶
Click to show internal directories.
Click to hide internal directories.