Documentation ¶
Index ¶
Constants ¶
View Source
const ( NodeNone = iota NodeField NodeStartInline NodeEndInline )
View Source
const (
KindService = "Service"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Enum ¶
type Enum struct { Name string // sorted values as appear in code Values []interface{} Names []string Labels []string MapValue map[string]interface{} // int or uint64 MapName map[interface{}]string MapLabel map[string]map[string]string Type *types.Named Basic *types.Basic MapConst map[string]*types.Const }
Click to show internal directories.
Click to hide internal directories.