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