Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseRelationType ¶
func ParseTermGroupScope ¶ added in v0.1.0
func SerializeRelationType ¶
func SerializeRelationType(values []RelationType) []string
func SerializeTermGroupScope ¶ added in v0.1.0
func SerializeTermGroupScope(values []TermGroupScope) []string
Types ¶
type RelationType ¶
type RelationType int
const ( PIN_RELATIONTYPE RelationType = iota REUSE_RELATIONTYPE UNKNOWNFUTUREVALUE_RELATIONTYPE )
func (RelationType) String ¶
func (i RelationType) String() string
type TermGroupScope ¶ added in v0.1.0
type TermGroupScope int
const ( GLOBAL_TERMGROUPSCOPE TermGroupScope = iota SYSTEM_TERMGROUPSCOPE SITECOLLECTION_TERMGROUPSCOPE UNKNOWNFUTUREVALUE_TERMGROUPSCOPE )
func (TermGroupScope) String ¶ added in v0.1.0
func (i TermGroupScope) String() string
Click to show internal directories.
Click to hide internal directories.