package
2.5.1+incompatible
Repository: https://github.com/lxlee1102/vpp-agent.git
Documentation: pkg.go.dev
# Functions
Messages returns list of all messages in this module.
No description provided by the author
# Constants
APIVersion is the API version of this module.
ModuleName is the name of this module.
VersionCrc is the CRC of this module.
# Structs
APIVersions represents VPP binary API message 'api_versions'.
APIVersionsReply represents VPP binary API message 'api_versions_reply'.
GetFirstMsgID represents VPP binary API message 'get_first_msg_id'.
GetFirstMsgIDReply represents VPP binary API message 'get_first_msg_id_reply'.
MemclntCreate represents VPP binary API message 'memclnt_create'.
MemclntCreateReply represents VPP binary API message 'memclnt_create_reply'.
MemclntDelete represents VPP binary API message 'memclnt_delete'.
MemclntDeleteReply represents VPP binary API message 'memclnt_delete_reply'.
MemclntKeepalive represents VPP binary API message 'memclnt_keepalive'.
MemclntKeepaliveReply represents VPP binary API message 'memclnt_keepalive_reply'.
MemclntReadTimeout represents VPP binary API message 'memclnt_read_timeout'.
MemclntRxThreadSuspend represents VPP binary API message 'memclnt_rx_thread_suspend'.
MessageTableEntry represents VPP binary API type 'message_table_entry'.
ModuleVersion represents VPP binary API type 'module_version'.
RPCCall represents VPP binary API message 'rpc_call'.
RPCCallReply represents VPP binary API message 'rpc_call_reply'.
RxThreadExit represents VPP binary API message 'rx_thread_exit'.
SockclntCreate represents VPP binary API message 'sockclnt_create'.
SockclntCreateReply represents VPP binary API message 'sockclnt_create_reply'.
SockclntDelete represents VPP binary API message 'sockclnt_delete'.
SockclntDeleteReply represents VPP binary API message 'sockclnt_delete_reply'.
SockInitShm represents VPP binary API message 'sock_init_shm'.
SockInitShmReply represents VPP binary API message 'sock_init_shm_reply'.
TracePluginMsgIds represents VPP binary API message 'trace_plugin_msg_ids'.
# Interfaces
RPCService represents RPC service API for memclnt module.