Documentation ¶
Overview ¶
Package ct6 is a generated VPP binary API for 'ct6' module.
It consists of:
2 messages 1 service
Index ¶
Constants ¶
View Source
const ( // ModuleName is the name of this module. ModuleName = "ct6" // VersionCrc is the CRC of this module. VersionCrc = 0xf5b1e79f )
Variables ¶
This section is empty.
Functions ¶
func AllMessages ¶
Messages returns list of all messages in this module.
Types ¶
type Ct6EnableDisable ¶
Ct6EnableDisable represents VPP binary API message 'ct6_enable_disable'.
func (*Ct6EnableDisable) GetCrcString ¶
func (*Ct6EnableDisable) GetCrcString() string
func (*Ct6EnableDisable) GetMessageName ¶
func (*Ct6EnableDisable) GetMessageName() string
func (*Ct6EnableDisable) GetMessageType ¶
func (*Ct6EnableDisable) GetMessageType() api.MessageType
func (*Ct6EnableDisable) Reset ¶
func (m *Ct6EnableDisable) Reset()
type Ct6EnableDisableReply ¶
type Ct6EnableDisableReply struct {
Retval int32
}
Ct6EnableDisableReply represents VPP binary API message 'ct6_enable_disable_reply'.
func (*Ct6EnableDisableReply) GetCrcString ¶
func (*Ct6EnableDisableReply) GetCrcString() string
func (*Ct6EnableDisableReply) GetMessageName ¶
func (*Ct6EnableDisableReply) GetMessageName() string
func (*Ct6EnableDisableReply) GetMessageType ¶
func (*Ct6EnableDisableReply) GetMessageType() api.MessageType
func (*Ct6EnableDisableReply) Reset ¶
func (m *Ct6EnableDisableReply) Reset()
type RPCService ¶
type RPCService interface {
Ct6EnableDisable(ctx context.Context, in *Ct6EnableDisable) (*Ct6EnableDisableReply, error)
}
RPCService represents RPC service API for ct6 module.
func NewServiceClient ¶
func NewServiceClient(ch api.Channel) RPCService
Click to show internal directories.
Click to hide internal directories.