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 Ct6EnableDisable struct + EnableDisable bool + IsInside bool + SwIfIndex interface_types.InterfaceIndex + func (*Ct6EnableDisable) GetCrcString() string + func (*Ct6EnableDisable) GetMessageName() string + func (*Ct6EnableDisable) GetMessageType() api.MessageType + func (m *Ct6EnableDisable) Marshal(b []byte) ([]byte, error) + func (m *Ct6EnableDisable) Reset() + func (m *Ct6EnableDisable) Size() (size int) + func (m *Ct6EnableDisable) Unmarshal(b []byte) error + type Ct6EnableDisableReply struct + Retval int32 + func (*Ct6EnableDisableReply) GetCrcString() string + func (*Ct6EnableDisableReply) GetMessageName() string + func (*Ct6EnableDisableReply) GetMessageType() api.MessageType + func (m *Ct6EnableDisableReply) Marshal(b []byte) ([]byte, error) + func (m *Ct6EnableDisableReply) Reset() + func (m *Ct6EnableDisableReply) Size() (size int) + func (m *Ct6EnableDisableReply) Unmarshal(b []byte) error + type RPCService interface + Ct6EnableDisable func(ctx context.Context, in *Ct6EnableDisable) (*Ct6EnableDisableReply, error) + func NewServiceClient(conn api.Connection) RPCService