Versions in this module Expand all Collapse all v0 v0.0.1 May 10, 2024 Changes in this version + const APIFile + const APIVersion + const VersionCrc + func AllMessages() []api.Message + type AdlAllowlistEnableDisable struct + DefaultAdl bool + FibID uint32 + IP4 bool + IP6 bool + SwIfIndex interface_types.InterfaceIndex + func (*AdlAllowlistEnableDisable) GetCrcString() string + func (*AdlAllowlistEnableDisable) GetMessageName() string + func (*AdlAllowlistEnableDisable) GetMessageType() api.MessageType + func (m *AdlAllowlistEnableDisable) Marshal(b []byte) ([]byte, error) + func (m *AdlAllowlistEnableDisable) Reset() + func (m *AdlAllowlistEnableDisable) Size() (size int) + func (m *AdlAllowlistEnableDisable) Unmarshal(b []byte) error + type AdlAllowlistEnableDisableReply struct + Retval int32 + func (*AdlAllowlistEnableDisableReply) GetCrcString() string + func (*AdlAllowlistEnableDisableReply) GetMessageName() string + func (*AdlAllowlistEnableDisableReply) GetMessageType() api.MessageType + func (m *AdlAllowlistEnableDisableReply) Marshal(b []byte) ([]byte, error) + func (m *AdlAllowlistEnableDisableReply) Reset() + func (m *AdlAllowlistEnableDisableReply) Size() (size int) + func (m *AdlAllowlistEnableDisableReply) Unmarshal(b []byte) error + type AdlInterfaceEnableDisable struct + EnableDisable bool + SwIfIndex interface_types.InterfaceIndex + func (*AdlInterfaceEnableDisable) GetCrcString() string + func (*AdlInterfaceEnableDisable) GetMessageName() string + func (*AdlInterfaceEnableDisable) GetMessageType() api.MessageType + func (m *AdlInterfaceEnableDisable) Marshal(b []byte) ([]byte, error) + func (m *AdlInterfaceEnableDisable) Reset() + func (m *AdlInterfaceEnableDisable) Size() (size int) + func (m *AdlInterfaceEnableDisable) Unmarshal(b []byte) error + type AdlInterfaceEnableDisableReply struct + Retval int32 + func (*AdlInterfaceEnableDisableReply) GetCrcString() string + func (*AdlInterfaceEnableDisableReply) GetMessageName() string + func (*AdlInterfaceEnableDisableReply) GetMessageType() api.MessageType + func (m *AdlInterfaceEnableDisableReply) Marshal(b []byte) ([]byte, error) + func (m *AdlInterfaceEnableDisableReply) Reset() + func (m *AdlInterfaceEnableDisableReply) Size() (size int) + func (m *AdlInterfaceEnableDisableReply) Unmarshal(b []byte) error + type RPCService interface + AdlAllowlistEnableDisable func(ctx context.Context, in *AdlAllowlistEnableDisable) (*AdlAllowlistEnableDisableReply, error) + AdlInterfaceEnableDisable func(ctx context.Context, in *AdlInterfaceEnableDisable) (*AdlInterfaceEnableDisableReply, error) + func NewServiceClient(conn api.Connection) RPCService