Versions in this module Expand all Collapse all v0 v0.4.0 Jan 17, 2022 Changes in this version + const APIFile + const APIVersion + const VersionCrc + func AllMessages() []api.Message + type NetmapCreate struct + HwAddr []byte + IsMaster uint8 + IsPipe uint8 + NetmapIfName []byte + UseRandomHwAddr uint8 + func (*NetmapCreate) GetCrcString() string + func (*NetmapCreate) GetMessageName() string + func (*NetmapCreate) GetMessageType() api.MessageType + func (m *NetmapCreate) Marshal(b []byte) ([]byte, error) + func (m *NetmapCreate) Reset() + func (m *NetmapCreate) Size() (size int) + func (m *NetmapCreate) Unmarshal(b []byte) error + type NetmapCreateReply struct + Retval int32 + func (*NetmapCreateReply) GetCrcString() string + func (*NetmapCreateReply) GetMessageName() string + func (*NetmapCreateReply) GetMessageType() api.MessageType + func (m *NetmapCreateReply) Marshal(b []byte) ([]byte, error) + func (m *NetmapCreateReply) Reset() + func (m *NetmapCreateReply) Size() (size int) + func (m *NetmapCreateReply) Unmarshal(b []byte) error + type NetmapDelete struct + NetmapIfName []byte + func (*NetmapDelete) GetCrcString() string + func (*NetmapDelete) GetMessageName() string + func (*NetmapDelete) GetMessageType() api.MessageType + func (m *NetmapDelete) Marshal(b []byte) ([]byte, error) + func (m *NetmapDelete) Reset() + func (m *NetmapDelete) Size() (size int) + func (m *NetmapDelete) Unmarshal(b []byte) error + type NetmapDeleteReply struct + Retval int32 + func (*NetmapDeleteReply) GetCrcString() string + func (*NetmapDeleteReply) GetMessageName() string + func (*NetmapDeleteReply) GetMessageType() api.MessageType + func (m *NetmapDeleteReply) Marshal(b []byte) ([]byte, error) + func (m *NetmapDeleteReply) Reset() + func (m *NetmapDeleteReply) Size() (size int) + func (m *NetmapDeleteReply) Unmarshal(b []byte) error + type RPCService interface + NetmapCreate func(ctx context.Context, in *NetmapCreate) (*NetmapCreateReply, error) + NetmapDelete func(ctx context.Context, in *NetmapDelete) (*NetmapDeleteReply, error) + func NewServiceClient(conn api.Connection) RPCService