Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidSettingType = errors.New("invalid setting type") ErrInvalidSettingValue = errors.New("invalid setting value") )
Functions ¶
func NewValidationError ¶
Types ¶
type Metadata ¶
type Metadata struct { ValueType ValueType Label string DefaultValue interface{} // contains filtered or unexported fields }
func NewBaseMetadata ¶
func NewMarkdownMetadata ¶
func NewPasswordMetadata ¶
type Repository ¶
type TransformFunc ¶
type ValidateFunc ¶
type ValidationMessage ¶
Click to show internal directories.
Click to hide internal directories.