Documentation ¶
Overview ¶
Package sourcefieldmode
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Disabled = SourceFieldMode{"disabled"} Stored = SourceFieldMode{"stored"} Synthetic = SourceFieldMode{"synthetic"} )
Functions ¶
This section is empty.
Types ¶
type SourceFieldMode ¶
type SourceFieldMode struct {
Name string
}
func (SourceFieldMode) MarshalText ¶
func (s SourceFieldMode) MarshalText() (text []byte, err error)
func (SourceFieldMode) String ¶
func (s SourceFieldMode) String() string
func (*SourceFieldMode) UnmarshalText ¶
func (s *SourceFieldMode) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.