Documentation ¶
Overview ¶
Package catdfacolumn
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Assignmentexplanation = CatDfaColumn{"assignment_explanation"} Createtime = CatDfaColumn{"create_time"} Description = CatDfaColumn{"description"} Destindex = CatDfaColumn{"dest_index"} Failurereason = CatDfaColumn{"failure_reason"} Id = CatDfaColumn{"id"} Modelmemorylimit = CatDfaColumn{"model_memory_limit"} Nodeaddress = CatDfaColumn{"node.address"} Nodeephemeralid = CatDfaColumn{"node.ephemeral_id"} Nodeid = CatDfaColumn{"node.id"} Nodename = CatDfaColumn{"node.name"} Progress = CatDfaColumn{"progress"} Sourceindex = CatDfaColumn{"source_index"} State = CatDfaColumn{"state"} Type = CatDfaColumn{"type"} Version = CatDfaColumn{"version"} )
Functions ¶
This section is empty.
Types ¶
type CatDfaColumn ¶
type CatDfaColumn struct {
Name string
}
func (CatDfaColumn) MarshalText ¶
func (c CatDfaColumn) MarshalText() (text []byte, err error)
func (CatDfaColumn) String ¶
func (c CatDfaColumn) String() string
func (*CatDfaColumn) UnmarshalText ¶
func (c *CatDfaColumn) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.