Documentation ¶
Overview ¶
Package keeptypesmode
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Include = KeepTypesMode{"include"} Exclude = KeepTypesMode{"exclude"} )
Functions ¶
This section is empty.
Types ¶
type KeepTypesMode ¶
type KeepTypesMode struct {
Name string
}
func (KeepTypesMode) MarshalText ¶
func (k KeepTypesMode) MarshalText() (text []byte, err error)
func (KeepTypesMode) String ¶
func (k KeepTypesMode) String() string
func (*KeepTypesMode) UnmarshalText ¶
func (k *KeepTypesMode) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.