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