Documentation ¶
Overview ¶
Package ioam_cache contains generated bindings for API file ioam_cache.api.
Contents:
2 messages
Index ¶
- Constants
- func AllMessages() []api.Message
- type IoamCacheIP6EnableDisable
- func (*IoamCacheIP6EnableDisable) GetCrcString() string
- func (*IoamCacheIP6EnableDisable) GetMessageName() string
- func (*IoamCacheIP6EnableDisable) GetMessageType() api.MessageType
- func (m *IoamCacheIP6EnableDisable) Marshal(b []byte) ([]byte, error)
- func (m *IoamCacheIP6EnableDisable) Reset()
- func (m *IoamCacheIP6EnableDisable) Size() (size int)
- func (m *IoamCacheIP6EnableDisable) Unmarshal(b []byte) error
- type IoamCacheIP6EnableDisableReply
- func (*IoamCacheIP6EnableDisableReply) GetCrcString() string
- func (*IoamCacheIP6EnableDisableReply) GetMessageName() string
- func (*IoamCacheIP6EnableDisableReply) GetMessageType() api.MessageType
- func (m *IoamCacheIP6EnableDisableReply) Marshal(b []byte) ([]byte, error)
- func (m *IoamCacheIP6EnableDisableReply) Reset()
- func (m *IoamCacheIP6EnableDisableReply) Size() (size int)
- func (m *IoamCacheIP6EnableDisableReply) Unmarshal(b []byte) error
- type RPCService
Constants ¶
View Source
const ( APIFile = "ioam_cache" APIVersion = "1.0.0" VersionCrc = 0xd0a0cf20 )
Variables ¶
This section is empty.
Functions ¶
func AllMessages ¶
Messages returns list of all messages in this module.
Types ¶
type IoamCacheIP6EnableDisable ¶
type IoamCacheIP6EnableDisable struct {
IsDisable bool `binapi:"bool,name=is_disable" json:"is_disable,omitempty"`
}
IoamCacheIP6EnableDisable defines 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) Marshal ¶
func (m *IoamCacheIP6EnableDisable) Marshal(b []byte) ([]byte, error)
func (*IoamCacheIP6EnableDisable) Reset ¶
func (m *IoamCacheIP6EnableDisable) Reset()
func (*IoamCacheIP6EnableDisable) Size ¶
func (m *IoamCacheIP6EnableDisable) Size() (size int)
func (*IoamCacheIP6EnableDisable) Unmarshal ¶
func (m *IoamCacheIP6EnableDisable) Unmarshal(b []byte) error
type IoamCacheIP6EnableDisableReply ¶
type IoamCacheIP6EnableDisableReply struct {
Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}
IoamCacheIP6EnableDisableReply defines 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) Marshal ¶
func (m *IoamCacheIP6EnableDisableReply) Marshal(b []byte) ([]byte, error)
func (*IoamCacheIP6EnableDisableReply) Reset ¶
func (m *IoamCacheIP6EnableDisableReply) Reset()
func (*IoamCacheIP6EnableDisableReply) Size ¶
func (m *IoamCacheIP6EnableDisableReply) Size() (size int)
func (*IoamCacheIP6EnableDisableReply) Unmarshal ¶
func (m *IoamCacheIP6EnableDisableReply) Unmarshal(b []byte) error
type RPCService ¶
type RPCService interface {
IoamCacheIP6EnableDisable(ctx context.Context, in *IoamCacheIP6EnableDisable) (*IoamCacheIP6EnableDisableReply, error)
}
RPCService defines RPC service ioam_cache.
func NewServiceClient ¶
func NewServiceClient(conn api.Connection) RPCService
Click to show internal directories.
Click to hide internal directories.