Documentation ¶
Index ¶
Constants ¶
View Source
const ( RuleGoldenChildUnset = RuleGoldenChild(iota) RuleGoldenChildLowest RuleGoldenChildHighest )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rule ¶
type Rule struct {
GoldenChild RuleGoldenChild `toml:"golden-child,omitempty"`
}
type RuleGoldenChild ¶
type RuleGoldenChild int
func (RuleGoldenChild) MarshalText ¶
func (t RuleGoldenChild) MarshalText() (text []byte, err error)
func (*RuleGoldenChild) Set ¶
func (t *RuleGoldenChild) Set(v string) (err error)
func (RuleGoldenChild) String ¶
func (t RuleGoldenChild) String() string
func (*RuleGoldenChild) UnmarshalText ¶
func (t *RuleGoldenChild) UnmarshalText(text []byte) (err error)
Click to show internal directories.
Click to hide internal directories.