Documentation
¶
Overview ¶
Package syntheticsourcekeepenum
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( None = SyntheticSourceKeepEnum{"none"} Arrays = SyntheticSourceKeepEnum{"arrays"} All = SyntheticSourceKeepEnum{"all"} )
Functions ¶
This section is empty.
Types ¶
type SyntheticSourceKeepEnum ¶
type SyntheticSourceKeepEnum struct {
Name string
}
func (SyntheticSourceKeepEnum) MarshalText ¶
func (s SyntheticSourceKeepEnum) MarshalText() (text []byte, err error)
func (SyntheticSourceKeepEnum) String ¶
func (s SyntheticSourceKeepEnum) String() string
func (*SyntheticSourceKeepEnum) UnmarshalText ¶
func (s *SyntheticSourceKeepEnum) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.