Documentation
¶
Index ¶
Constants ¶
View Source
const ( RequiredFlag = "required" BlankFlag = "_" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TagResolver ¶
type ValueBindProvider ¶
type ValueBindProvider func(rv reflect.Value) ValueBinder
type ValueBinder ¶
type ValueBinder interface {
Bind(v interface{}) error
}
Click to show internal directories.
Click to hide internal directories.