Documentation ¶
Overview ¶
Package ioam_export contains generated bindings for API file ioam_export.api.
Contents:
2 messages
Index ¶
- Constants
- func AllMessages() []api.Message
- type IoamExportIP6EnableDisable
- func (*IoamExportIP6EnableDisable) GetCrcString() string
- func (*IoamExportIP6EnableDisable) GetMessageName() string
- func (*IoamExportIP6EnableDisable) GetMessageType() api.MessageType
- func (m *IoamExportIP6EnableDisable) Marshal(b []byte) ([]byte, error)
- func (m *IoamExportIP6EnableDisable) Reset()
- func (m *IoamExportIP6EnableDisable) Size() (size int)
- func (m *IoamExportIP6EnableDisable) Unmarshal(b []byte) error
- type IoamExportIP6EnableDisableReply
- func (*IoamExportIP6EnableDisableReply) GetCrcString() string
- func (*IoamExportIP6EnableDisableReply) GetMessageName() string
- func (*IoamExportIP6EnableDisableReply) GetMessageType() api.MessageType
- func (m *IoamExportIP6EnableDisableReply) Marshal(b []byte) ([]byte, error)
- func (m *IoamExportIP6EnableDisableReply) Reset()
- func (m *IoamExportIP6EnableDisableReply) Size() (size int)
- func (m *IoamExportIP6EnableDisableReply) Unmarshal(b []byte) error
- type RPCService
Constants ¶
View Source
const ( APIFile = "ioam_export" APIVersion = "1.0.0" VersionCrc = 0x26bebf64 )
Variables ¶
This section is empty.
Functions ¶
func AllMessages ¶
Messages returns list of all messages in this module.
Types ¶
type IoamExportIP6EnableDisable ¶
type IoamExportIP6EnableDisable struct { IsDisable bool `binapi:"bool,name=is_disable" json:"is_disable,omitempty"` CollectorAddress ip_types.IP4Address `binapi:"ip4_address,name=collector_address" json:"collector_address,omitempty"` SrcAddress ip_types.IP4Address `binapi:"ip4_address,name=src_address" json:"src_address,omitempty"` }
IoamExportIP6EnableDisable defines message 'ioam_export_ip6_enable_disable'.
func (*IoamExportIP6EnableDisable) GetCrcString ¶
func (*IoamExportIP6EnableDisable) GetCrcString() string
func (*IoamExportIP6EnableDisable) GetMessageName ¶
func (*IoamExportIP6EnableDisable) GetMessageName() string
func (*IoamExportIP6EnableDisable) GetMessageType ¶
func (*IoamExportIP6EnableDisable) GetMessageType() api.MessageType
func (*IoamExportIP6EnableDisable) Marshal ¶
func (m *IoamExportIP6EnableDisable) Marshal(b []byte) ([]byte, error)
func (*IoamExportIP6EnableDisable) Reset ¶
func (m *IoamExportIP6EnableDisable) Reset()
func (*IoamExportIP6EnableDisable) Size ¶
func (m *IoamExportIP6EnableDisable) Size() (size int)
func (*IoamExportIP6EnableDisable) Unmarshal ¶
func (m *IoamExportIP6EnableDisable) Unmarshal(b []byte) error
type IoamExportIP6EnableDisableReply ¶
type IoamExportIP6EnableDisableReply struct {
Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}
IoamExportIP6EnableDisableReply defines message 'ioam_export_ip6_enable_disable_reply'.
func (*IoamExportIP6EnableDisableReply) GetCrcString ¶
func (*IoamExportIP6EnableDisableReply) GetCrcString() string
func (*IoamExportIP6EnableDisableReply) GetMessageName ¶
func (*IoamExportIP6EnableDisableReply) GetMessageName() string
func (*IoamExportIP6EnableDisableReply) GetMessageType ¶
func (*IoamExportIP6EnableDisableReply) GetMessageType() api.MessageType
func (*IoamExportIP6EnableDisableReply) Marshal ¶
func (m *IoamExportIP6EnableDisableReply) Marshal(b []byte) ([]byte, error)
func (*IoamExportIP6EnableDisableReply) Reset ¶
func (m *IoamExportIP6EnableDisableReply) Reset()
func (*IoamExportIP6EnableDisableReply) Size ¶
func (m *IoamExportIP6EnableDisableReply) Size() (size int)
func (*IoamExportIP6EnableDisableReply) Unmarshal ¶
func (m *IoamExportIP6EnableDisableReply) Unmarshal(b []byte) error
type RPCService ¶
type RPCService interface {
IoamExportIP6EnableDisable(ctx context.Context, in *IoamExportIP6EnableDisable) (*IoamExportIP6EnableDisableReply, error)
}
RPCService defines RPC service ioam_export.
func NewServiceClient ¶
func NewServiceClient(conn api.Connection) RPCService
Click to show internal directories.
Click to hide internal directories.