Versions in this module Expand all Collapse all v1 v1.4.1 Jun 11, 2018 v1.4.0 May 24, 2018 Changes in this version + var Consts = map[string]reflect.Value + var Functions = map[string]reflect.Value + var Types = map[string]reflect.Type + var Variables = map[string]reflect.Value + func NewAddNodeNext() api.Message + func NewAddNodeNextReply() api.Message + func NewCli() api.Message + func NewCliInband() api.Message + func NewCliInbandReply() api.Message + func NewCliReply() api.Message + func NewControlPing() api.Message + func NewControlPingReply() api.Message + func NewGetNextIndex() api.Message + func NewGetNextIndexReply() api.Message + func NewGetNodeGraph() api.Message + func NewGetNodeGraphReply() api.Message + func NewGetNodeIndex() api.Message + func NewGetNodeIndexReply() api.Message + func NewShowVersion() api.Message + func NewShowVersionReply() api.Message + type AddNodeNext struct + NextName []byte + NodeName []byte + func (*AddNodeNext) GetCrcString() string + func (*AddNodeNext) GetMessageName() string + func (*AddNodeNext) GetMessageType() api.MessageType + type AddNodeNextReply struct + NextIndex uint32 + Retval int32 + func (*AddNodeNextReply) GetCrcString() string + func (*AddNodeNextReply) GetMessageName() string + func (*AddNodeNextReply) GetMessageType() api.MessageType + type Cli struct + CmdInShmem uint64 + func (*Cli) GetCrcString() string + func (*Cli) GetMessageName() string + func (*Cli) GetMessageType() api.MessageType + type CliInband struct + Cmd []byte + Length uint32 + func (*CliInband) GetCrcString() string + func (*CliInband) GetMessageName() string + func (*CliInband) GetMessageType() api.MessageType + type CliInbandReply struct + Length uint32 + Reply []byte + Retval int32 + func (*CliInbandReply) GetCrcString() string + func (*CliInbandReply) GetMessageName() string + func (*CliInbandReply) GetMessageType() api.MessageType + type CliReply struct + ReplyInShmem uint64 + Retval int32 + func (*CliReply) GetCrcString() string + func (*CliReply) GetMessageName() string + func (*CliReply) GetMessageType() api.MessageType + type ControlPing struct + func (*ControlPing) GetCrcString() string + func (*ControlPing) GetMessageName() string + func (*ControlPing) GetMessageType() api.MessageType + type ControlPingReply struct + ClientIndex uint32 + Retval int32 + VpePid uint32 + func (*ControlPingReply) GetCrcString() string + func (*ControlPingReply) GetMessageName() string + func (*ControlPingReply) GetMessageType() api.MessageType + type GetNextIndex struct + NextName []byte + NodeName []byte + func (*GetNextIndex) GetCrcString() string + func (*GetNextIndex) GetMessageName() string + func (*GetNextIndex) GetMessageType() api.MessageType + type GetNextIndexReply struct + NextIndex uint32 + Retval int32 + func (*GetNextIndexReply) GetCrcString() string + func (*GetNextIndexReply) GetMessageName() string + func (*GetNextIndexReply) GetMessageType() api.MessageType + type GetNodeGraph struct + func (*GetNodeGraph) GetCrcString() string + func (*GetNodeGraph) GetMessageName() string + func (*GetNodeGraph) GetMessageType() api.MessageType + type GetNodeGraphReply struct + ReplyInShmem uint64 + Retval int32 + func (*GetNodeGraphReply) GetCrcString() string + func (*GetNodeGraphReply) GetMessageName() string + func (*GetNodeGraphReply) GetMessageType() api.MessageType + type GetNodeIndex struct + NodeName []byte + func (*GetNodeIndex) GetCrcString() string + func (*GetNodeIndex) GetMessageName() string + func (*GetNodeIndex) GetMessageType() api.MessageType + type GetNodeIndexReply struct + NodeIndex uint32 + Retval int32 + func (*GetNodeIndexReply) GetCrcString() string + func (*GetNodeIndexReply) GetMessageName() string + func (*GetNodeIndexReply) GetMessageType() api.MessageType + type ShowVersion struct + func (*ShowVersion) GetCrcString() string + func (*ShowVersion) GetMessageName() string + func (*ShowVersion) GetMessageType() api.MessageType + type ShowVersionReply struct + BuildDate []byte + BuildDirectory []byte + Program []byte + Retval int32 + Version []byte + func (*ShowVersionReply) GetCrcString() string + func (*ShowVersionReply) GetMessageName() string + func (*ShowVersionReply) GetMessageType() api.MessageType