Versions in this module Expand all Collapse all v0 v0.14.1 Dec 29, 2025 v0.9.0 Dec 26, 2025 v0.8.0 Dec 28, 2023 Changes in this version + const APIFile + const APIVersion + const VersionCrc + func AllMessages() []api.Message + type FibSource struct + ID uint8 + Name string + Priority uint8 + type FibSourceAdd struct + Src FibSource + func (*FibSourceAdd) GetCrcString() string + func (*FibSourceAdd) GetMessageName() string + func (*FibSourceAdd) GetMessageType() api.MessageType + func (m *FibSourceAdd) Marshal(b []byte) ([]byte, error) + func (m *FibSourceAdd) Reset() + func (m *FibSourceAdd) Size() (size int) + func (m *FibSourceAdd) Unmarshal(b []byte) error + type FibSourceAddReply struct + ID uint8 + Retval int32 + func (*FibSourceAddReply) GetCrcString() string + func (*FibSourceAddReply) GetMessageName() string + func (*FibSourceAddReply) GetMessageType() api.MessageType + func (m *FibSourceAddReply) Marshal(b []byte) ([]byte, error) + func (m *FibSourceAddReply) Reset() + func (m *FibSourceAddReply) Size() (size int) + func (m *FibSourceAddReply) Unmarshal(b []byte) error + type FibSourceDetails struct + Src FibSource + func (*FibSourceDetails) GetCrcString() string + func (*FibSourceDetails) GetMessageName() string + func (*FibSourceDetails) GetMessageType() api.MessageType + func (m *FibSourceDetails) Marshal(b []byte) ([]byte, error) + func (m *FibSourceDetails) Reset() + func (m *FibSourceDetails) Size() (size int) + func (m *FibSourceDetails) Unmarshal(b []byte) error + type FibSourceDump struct + func (*FibSourceDump) GetCrcString() string + func (*FibSourceDump) GetMessageName() string + func (*FibSourceDump) GetMessageType() api.MessageType + func (m *FibSourceDump) Marshal(b []byte) ([]byte, error) + func (m *FibSourceDump) Reset() + func (m *FibSourceDump) Size() (size int) + func (m *FibSourceDump) Unmarshal(b []byte) error + type RPCService interface + FibSourceAdd func(ctx context.Context, in *FibSourceAdd) (*FibSourceAddReply, error) + FibSourceDump func(ctx context.Context, in *FibSourceDump) (RPCService_FibSourceDumpClient, error) + func NewServiceClient(conn api.Connection) RPCService + type RPCService_FibSourceDumpClient interface + Recv func() (*FibSourceDetails, error)