Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExistentialFlag ¶
type ExistentialFlag interface { StringFlag() string Flag() int64 IsTrue() bool IsFalse() bool IsKnown() bool MatchesAny(...ExistentialFlag) bool MatchesAll(...ExistentialFlag) bool String() string }
type PlacetypeFlag ¶
type PlacetypeFlag interface { MatchesAny(...PlacetypeFlag) bool MatchesAll(...PlacetypeFlag) bool Placetype() string String() string }
Click to show internal directories.
Click to hide internal directories.