Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AllowedKindConfig = AllowedKind{ // contains filtered or unexported fields } AllowedKindInject = AllowedKind{ // contains filtered or unexported fields } AllowedKindResolve = AllowedKind{ // contains filtered or unexported fields } )
Functions ¶
This section is empty.
Types ¶
type AllowedKind ¶
type AllowedKind struct {
// contains filtered or unexported fields
}
func (AllowedKind) MustValidate ¶
func (v AllowedKind) MustValidate(in interface{})
type Defaulter ¶
type Defaulter interface {
Default()
}
Defaulter interface for setting default values for a structure
type Plugin ¶
type Plugin struct { Config interface{} Inject interface{} Resolve interface{} }
Plugin plugin structure
Click to show internal directories.
Click to hide internal directories.