Documentation ¶
Index ¶
Constants ¶
View Source
const ( Nothing Feature = 0 MustDecoder = 1 << 1 MustEncoder = 1 << 2 MustEncDec = MustDecoder | MustEncoder )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InceptionType ¶
type InceptionType struct { Obj interface{} Options StructOptions }
func (InceptionType) HasFeature ¶
func (i InceptionType) HasFeature(f Feature) bool
type StructOptions ¶
func (StructOptions) HasFeature ¶
func (s StructOptions) HasFeature(f Feature) bool
Click to show internal directories.
Click to hide internal directories.