Documentation ¶
Index ¶
- func Get(src *Keys, dest *taginfo_model.Keys)
- func Set(src *taginfo_model.Keys, dest *Keys)
- type Keys
- func (s Keys) Cellsnodes() int64
- func (s Keys) Cellsways() int64
- func (s Keys) Characters() string
- func (s Keys) Countall() int64
- func (s Keys) Countnodes() int64
- func (s Keys) Countrelations() int64
- func (s Keys) Countways() int64
- func (s Keys) Inprojects() int64
- func (s Keys) Inwiki() int64
- func (s Keys) Key() string
- func (s Keys) MarshalJSON() (bs []byte, err error)
- func (s Keys) SetCellsnodes(v int64)
- func (s Keys) SetCellsways(v int64)
- func (s Keys) SetCharacters(v string)
- func (s Keys) SetCountall(v int64)
- func (s Keys) SetCountnodes(v int64)
- func (s Keys) SetCountrelations(v int64)
- func (s Keys) SetCountways(v int64)
- func (s Keys) SetInprojects(v int64)
- func (s Keys) SetInwiki(v int64)
- func (s Keys) SetKey(v string)
- func (s Keys) SetUsersall(v int64)
- func (s Keys) SetUsersnodes(v int64)
- func (s Keys) SetUsersrelations(v int64)
- func (s Keys) SetUsersways(v int64)
- func (s Keys) SetValuesall(v int64)
- func (s Keys) SetValuesnodes(v int64)
- func (s Keys) SetValuesrelations(v int64)
- func (s Keys) SetValuesways(v int64)
- func (s Keys) Usersall() int64
- func (s Keys) Usersnodes() int64
- func (s Keys) Usersrelations() int64
- func (s Keys) Usersways() int64
- func (s Keys) Valuesall() int64
- func (s Keys) Valuesnodes() int64
- func (s Keys) Valuesrelations() int64
- func (s Keys) Valuesways() int64
- type Keys_List
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Keys ¶
func AutoNewKeys ¶
func NewRootKeys ¶
func ReadRootKeys ¶
func (Keys) Cellsnodes ¶
func (Keys) Characters ¶
func (Keys) Countnodes ¶
func (Keys) Countrelations ¶
func (Keys) Inprojects ¶
func (Keys) MarshalJSON ¶
capn.JSON_enabled == false so we stub MarshallJSON().
func (Keys) SetCellsnodes ¶
func (Keys) SetCellsways ¶
func (Keys) SetCharacters ¶
func (Keys) SetCountall ¶
func (Keys) SetCountnodes ¶
func (Keys) SetCountrelations ¶
func (Keys) SetCountways ¶
func (Keys) SetInprojects ¶
func (Keys) SetUsersall ¶
func (Keys) SetUsersnodes ¶
func (Keys) SetUsersrelations ¶
func (Keys) SetUsersways ¶
func (Keys) SetValuesall ¶
func (Keys) SetValuesnodes ¶
func (Keys) SetValuesrelations ¶
func (Keys) SetValuesways ¶
func (Keys) Usersnodes ¶
func (Keys) Usersrelations ¶
func (Keys) Valuesnodes ¶
func (Keys) Valuesrelations ¶
func (Keys) Valuesways ¶
type Keys_List ¶
type Keys_List C.PointerList
Click to show internal directories.
Click to hide internal directories.