Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IPrepareType = reflect.TypeOf((*IPrepare)(nil)).Elem()
View Source
var IResolveType = reflect.TypeOf((*IResolve)(nil)).Elem()
Functions ¶
Types ¶
type IPrepare ¶ added in v0.4.0
type IPrepare interface{ Prepare() error }
IPrepare custom prepare interface for an object
type Option ¶ added in v0.1.0
func WithObjectKey ¶ added in v0.2.0
func WithStructFieldNameCompatibility ¶ added in v0.2.0
func WithTagKey ¶ added in v0.1.1
Click to show internal directories.
Click to hide internal directories.