det44

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package det44 contains generated bindings for API file det44.api.

Contents:

38 messages

Index

Constants

View Source
const (
	APIFile    = "det44"
	APIVersion = "1.0.0"
	VersionCrc = 0x6d6e88dd
)

Variables

This section is empty.

Functions

func AllMessages

func AllMessages() []api.Message

Messages returns list of all messages in this module.

Types

type Det44AddDelMap

type Det44AddDelMap struct {
	IsAdd   bool                `binapi:"bool,name=is_add" json:"is_add,omitempty"`
	InAddr  ip_types.IP4Address `binapi:"ip4_address,name=in_addr" json:"in_addr,omitempty"`
	InPlen  uint8               `binapi:"u8,name=in_plen" json:"in_plen,omitempty"`
	OutAddr ip_types.IP4Address `binapi:"ip4_address,name=out_addr" json:"out_addr,omitempty"`
	OutPlen uint8               `binapi:"u8,name=out_plen" json:"out_plen,omitempty"`
}

Det44AddDelMap defines message 'det44_add_del_map'.

func (*Det44AddDelMap) GetCrcString

func (*Det44AddDelMap) GetCrcString() string

func (*Det44AddDelMap) GetMessageName

func (*Det44AddDelMap) GetMessageName() string

func (*Det44AddDelMap) GetMessageType

func (*Det44AddDelMap) GetMessageType() api.MessageType

func (*Det44AddDelMap) Marshal

func (m *Det44AddDelMap) Marshal(b []byte) ([]byte, error)

func (*Det44AddDelMap) Reset

func (m *Det44AddDelMap) Reset()

func (*Det44AddDelMap) Size

func (m *Det44AddDelMap) Size() (size int)

func (*Det44AddDelMap) Unmarshal

func (m *Det44AddDelMap) Unmarshal(b []byte) error

type Det44AddDelMapReply

type Det44AddDelMapReply struct {
	Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}

Det44AddDelMapReply defines message 'det44_add_del_map_reply'.

func (*Det44AddDelMapReply) GetCrcString

func (*Det44AddDelMapReply) GetCrcString() string

func (*Det44AddDelMapReply) GetMessageName

func (*Det44AddDelMapReply) GetMessageName() string

func (*Det44AddDelMapReply) GetMessageType

func (*Det44AddDelMapReply) GetMessageType() api.MessageType

func (*Det44AddDelMapReply) Marshal

func (m *Det44AddDelMapReply) Marshal(b []byte) ([]byte, error)

func (*Det44AddDelMapReply) Reset

func (m *Det44AddDelMapReply) Reset()

func (*Det44AddDelMapReply) Size

func (m *Det44AddDelMapReply) Size() (size int)

func (*Det44AddDelMapReply) Unmarshal

func (m *Det44AddDelMapReply) Unmarshal(b []byte) error

type Det44CloseSessionIn

type Det44CloseSessionIn struct {
	InAddr  ip_types.IP4Address `binapi:"ip4_address,name=in_addr" json:"in_addr,omitempty"`
	InPort  uint16              `binapi:"u16,name=in_port" json:"in_port,omitempty"`
	ExtAddr ip_types.IP4Address `binapi:"ip4_address,name=ext_addr" json:"ext_addr,omitempty"`
	ExtPort uint16              `binapi:"u16,name=ext_port" json:"ext_port,omitempty"`
}

Det44CloseSessionIn defines message 'det44_close_session_in'.

func (*Det44CloseSessionIn) GetCrcString

func (*Det44CloseSessionIn) GetCrcString() string

func (*Det44CloseSessionIn) GetMessageName

func (*Det44CloseSessionIn) GetMessageName() string

func (*Det44CloseSessionIn) GetMessageType

func (*Det44CloseSessionIn) GetMessageType() api.MessageType

func (*Det44CloseSessionIn) Marshal

func (m *Det44CloseSessionIn) Marshal(b []byte) ([]byte, error)

func (*Det44CloseSessionIn) Reset

func (m *Det44CloseSessionIn) Reset()

func (*Det44CloseSessionIn) Size

func (m *Det44CloseSessionIn) Size() (size int)

func (*Det44CloseSessionIn) Unmarshal

func (m *Det44CloseSessionIn) Unmarshal(b []byte) error

type Det44CloseSessionInReply

type Det44CloseSessionInReply struct {
	Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}

Det44CloseSessionInReply defines message 'det44_close_session_in_reply'.

func (*Det44CloseSessionInReply) GetCrcString

func (*Det44CloseSessionInReply) GetCrcString() string

func (*Det44CloseSessionInReply) GetMessageName

func (*Det44CloseSessionInReply) GetMessageName() string

func (*Det44CloseSessionInReply) GetMessageType

func (*Det44CloseSessionInReply) GetMessageType() api.MessageType

func (*Det44CloseSessionInReply) Marshal

func (m *Det44CloseSessionInReply) Marshal(b []byte) ([]byte, error)

func (*Det44CloseSessionInReply) Reset

func (m *Det44CloseSessionInReply) Reset()

func (*Det44CloseSessionInReply) Size

func (m *Det44CloseSessionInReply) Size() (size int)

func (*Det44CloseSessionInReply) Unmarshal

func (m *Det44CloseSessionInReply) Unmarshal(b []byte) error

type Det44CloseSessionOut

type Det44CloseSessionOut struct {
	OutAddr ip_types.IP4Address `binapi:"ip4_address,name=out_addr" json:"out_addr,omitempty"`
	OutPort uint16              `binapi:"u16,name=out_port" json:"out_port,omitempty"`
	ExtAddr ip_types.IP4Address `binapi:"ip4_address,name=ext_addr" json:"ext_addr,omitempty"`
	ExtPort uint16              `binapi:"u16,name=ext_port" json:"ext_port,omitempty"`
}

Det44CloseSessionOut defines message 'det44_close_session_out'.

func (*Det44CloseSessionOut) GetCrcString

func (*Det44CloseSessionOut) GetCrcString() string

func (*Det44CloseSessionOut) GetMessageName

func (*Det44CloseSessionOut) GetMessageName() string

func (*Det44CloseSessionOut) GetMessageType

func (*Det44CloseSessionOut) GetMessageType() api.MessageType

func (*Det44CloseSessionOut) Marshal

func (m *Det44CloseSessionOut) Marshal(b []byte) ([]byte, error)

func (*Det44CloseSessionOut) Reset

func (m *Det44CloseSessionOut) Reset()

func (*Det44CloseSessionOut) Size

func (m *Det44CloseSessionOut) Size() (size int)

func (*Det44CloseSessionOut) Unmarshal

func (m *Det44CloseSessionOut) Unmarshal(b []byte) error

type Det44CloseSessionOutReply

type Det44CloseSessionOutReply struct {
	Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}

Det44CloseSessionOutReply defines message 'det44_close_session_out_reply'.

func (*Det44CloseSessionOutReply) GetCrcString

func (*Det44CloseSessionOutReply) GetCrcString() string

func (*Det44CloseSessionOutReply) GetMessageName

func (*Det44CloseSessionOutReply) GetMessageName() string

func (*Det44CloseSessionOutReply) GetMessageType

func (*Det44CloseSessionOutReply) GetMessageType() api.MessageType

func (*Det44CloseSessionOutReply) Marshal

func (m *Det44CloseSessionOutReply) Marshal(b []byte) ([]byte, error)

func (*Det44CloseSessionOutReply) Reset

func (m *Det44CloseSessionOutReply) Reset()

func (*Det44CloseSessionOutReply) Size

func (m *Det44CloseSessionOutReply) Size() (size int)

func (*Det44CloseSessionOutReply) Unmarshal

func (m *Det44CloseSessionOutReply) Unmarshal(b []byte) error

type Det44Forward

type Det44Forward struct {
	InAddr ip_types.IP4Address `binapi:"ip4_address,name=in_addr" json:"in_addr,omitempty"`
}

Det44Forward defines message 'det44_forward'.

func (*Det44Forward) GetCrcString

func (*Det44Forward) GetCrcString() string

func (*Det44Forward) GetMessageName

func (*Det44Forward) GetMessageName() string

func (*Det44Forward) GetMessageType

func (*Det44Forward) GetMessageType() api.MessageType

func (*Det44Forward) Marshal

func (m *Det44Forward) Marshal(b []byte) ([]byte, error)

func (*Det44Forward) Reset

func (m *Det44Forward) Reset()

func (*Det44Forward) Size

func (m *Det44Forward) Size() (size int)

func (*Det44Forward) Unmarshal

func (m *Det44Forward) Unmarshal(b []byte) error

type Det44ForwardReply

type Det44ForwardReply struct {
	Retval    int32               `binapi:"i32,name=retval" json:"retval,omitempty"`
	OutPortLo uint16              `binapi:"u16,name=out_port_lo" json:"out_port_lo,omitempty"`
	OutPortHi uint16              `binapi:"u16,name=out_port_hi" json:"out_port_hi,omitempty"`
	OutAddr   ip_types.IP4Address `binapi:"ip4_address,name=out_addr" json:"out_addr,omitempty"`
}

Det44ForwardReply defines message 'det44_forward_reply'.

func (*Det44ForwardReply) GetCrcString

func (*Det44ForwardReply) GetCrcString() string

func (*Det44ForwardReply) GetMessageName

func (*Det44ForwardReply) GetMessageName() string

func (*Det44ForwardReply) GetMessageType

func (*Det44ForwardReply) GetMessageType() api.MessageType

func (*Det44ForwardReply) Marshal

func (m *Det44ForwardReply) Marshal(b []byte) ([]byte, error)

func (*Det44ForwardReply) Reset

func (m *Det44ForwardReply) Reset()

func (*Det44ForwardReply) Size

func (m *Det44ForwardReply) Size() (size int)

func (*Det44ForwardReply) Unmarshal

func (m *Det44ForwardReply) Unmarshal(b []byte) error

type Det44GetTimeouts

type Det44GetTimeouts struct{}

Det44GetTimeouts defines message 'det44_get_timeouts'.

func (*Det44GetTimeouts) GetCrcString

func (*Det44GetTimeouts) GetCrcString() string

func (*Det44GetTimeouts) GetMessageName

func (*Det44GetTimeouts) GetMessageName() string

func (*Det44GetTimeouts) GetMessageType

func (*Det44GetTimeouts) GetMessageType() api.MessageType

func (*Det44GetTimeouts) Marshal

func (m *Det44GetTimeouts) Marshal(b []byte) ([]byte, error)

func (*Det44GetTimeouts) Reset

func (m *Det44GetTimeouts) Reset()

func (*Det44GetTimeouts) Size

func (m *Det44GetTimeouts) Size() (size int)

func (*Det44GetTimeouts) Unmarshal

func (m *Det44GetTimeouts) Unmarshal(b []byte) error

type Det44GetTimeoutsReply

type Det44GetTimeoutsReply struct {
	Retval         int32  `binapi:"i32,name=retval" json:"retval,omitempty"`
	UDP            uint32 `binapi:"u32,name=udp" json:"udp,omitempty"`
	TCPEstablished uint32 `binapi:"u32,name=tcp_established" json:"tcp_established,omitempty"`
	TCPTransitory  uint32 `binapi:"u32,name=tcp_transitory" json:"tcp_transitory,omitempty"`
	ICMP           uint32 `binapi:"u32,name=icmp" json:"icmp,omitempty"`
}

Det44GetTimeoutsReply defines message 'det44_get_timeouts_reply'. InProgress: the message form may change in the future versions

func (*Det44GetTimeoutsReply) GetCrcString

func (*Det44GetTimeoutsReply) GetCrcString() string

func (*Det44GetTimeoutsReply) GetMessageName

func (*Det44GetTimeoutsReply) GetMessageName() string

func (*Det44GetTimeoutsReply) GetMessageType

func (*Det44GetTimeoutsReply) GetMessageType() api.MessageType

func (*Det44GetTimeoutsReply) Marshal

func (m *Det44GetTimeoutsReply) Marshal(b []byte) ([]byte, error)

func (*Det44GetTimeoutsReply) Reset

func (m *Det44GetTimeoutsReply) Reset()

func (*Det44GetTimeoutsReply) Size

func (m *Det44GetTimeoutsReply) Size() (size int)

func (*Det44GetTimeoutsReply) Unmarshal

func (m *Det44GetTimeoutsReply) Unmarshal(b []byte) error

type Det44InterfaceAddDelFeature

type Det44InterfaceAddDelFeature struct {
	IsAdd     bool                           `binapi:"bool,name=is_add" json:"is_add,omitempty"`
	IsInside  bool                           `binapi:"bool,name=is_inside" json:"is_inside,omitempty"`
	SwIfIndex interface_types.InterfaceIndex `binapi:"interface_index,name=sw_if_index" json:"sw_if_index,omitempty"`
}

Det44InterfaceAddDelFeature defines message 'det44_interface_add_del_feature'. InProgress: the message form may change in the future versions

func (*Det44InterfaceAddDelFeature) GetCrcString

func (*Det44InterfaceAddDelFeature) GetCrcString() string

func (*Det44InterfaceAddDelFeature) GetMessageName

func (*Det44InterfaceAddDelFeature) GetMessageName() string

func (*Det44InterfaceAddDelFeature) GetMessageType

func (*Det44InterfaceAddDelFeature) GetMessageType() api.MessageType

func (*Det44InterfaceAddDelFeature) Marshal

func (m *Det44InterfaceAddDelFeature) Marshal(b []byte) ([]byte, error)

func (*Det44InterfaceAddDelFeature) Reset

func (m *Det44InterfaceAddDelFeature) Reset()

func (*Det44InterfaceAddDelFeature) Size

func (m *Det44InterfaceAddDelFeature) Size() (size int)

func (*Det44InterfaceAddDelFeature) Unmarshal

func (m *Det44InterfaceAddDelFeature) Unmarshal(b []byte) error

type Det44InterfaceAddDelFeatureReply

type Det44InterfaceAddDelFeatureReply struct {
	Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}

Det44InterfaceAddDelFeatureReply defines message 'det44_interface_add_del_feature_reply'. InProgress: the message form may change in the future versions

func (*Det44InterfaceAddDelFeatureReply) GetCrcString

func (*Det44InterfaceAddDelFeatureReply) GetCrcString() string

func (*Det44InterfaceAddDelFeatureReply) GetMessageName

func (*Det44InterfaceAddDelFeatureReply) GetMessageName() string

func (*Det44InterfaceAddDelFeatureReply) GetMessageType

func (*Det44InterfaceAddDelFeatureReply) Marshal

func (m *Det44InterfaceAddDelFeatureReply) Marshal(b []byte) ([]byte, error)

func (*Det44InterfaceAddDelFeatureReply) Reset

func (*Det44InterfaceAddDelFeatureReply) Size

func (m *Det44InterfaceAddDelFeatureReply) Size() (size int)

func (*Det44InterfaceAddDelFeatureReply) Unmarshal

func (m *Det44InterfaceAddDelFeatureReply) Unmarshal(b []byte) error

type Det44InterfaceDetails

type Det44InterfaceDetails struct {
	IsInside  bool                           `binapi:"bool,name=is_inside" json:"is_inside,omitempty"`
	IsOutside bool                           `binapi:"bool,name=is_outside" json:"is_outside,omitempty"`
	SwIfIndex interface_types.InterfaceIndex `binapi:"interface_index,name=sw_if_index" json:"sw_if_index,omitempty"`
}

Det44InterfaceDetails defines message 'det44_interface_details'. InProgress: the message form may change in the future versions

func (*Det44InterfaceDetails) GetCrcString

func (*Det44InterfaceDetails) GetCrcString() string

func (*Det44InterfaceDetails) GetMessageName

func (*Det44InterfaceDetails) GetMessageName() string

func (*Det44InterfaceDetails) GetMessageType

func (*Det44InterfaceDetails) GetMessageType() api.MessageType

func (*Det44InterfaceDetails) Marshal

func (m *Det44InterfaceDetails) Marshal(b []byte) ([]byte, error)

func (*Det44InterfaceDetails) Reset

func (m *Det44InterfaceDetails) Reset()

func (*Det44InterfaceDetails) Size

func (m *Det44InterfaceDetails) Size() (size int)

func (*Det44InterfaceDetails) Unmarshal

func (m *Det44InterfaceDetails) Unmarshal(b []byte) error

type Det44InterfaceDump

type Det44InterfaceDump struct{}

Det44InterfaceDump defines message 'det44_interface_dump'. InProgress: the message form may change in the future versions

func (*Det44InterfaceDump) GetCrcString

func (*Det44InterfaceDump) GetCrcString() string

func (*Det44InterfaceDump) GetMessageName

func (*Det44InterfaceDump) GetMessageName() string

func (*Det44InterfaceDump) GetMessageType

func (*Det44InterfaceDump) GetMessageType() api.MessageType

func (*Det44InterfaceDump) Marshal

func (m *Det44InterfaceDump) Marshal(b []byte) ([]byte, error)

func (*Det44InterfaceDump) Reset

func (m *Det44InterfaceDump) Reset()

func (*Det44InterfaceDump) Size

func (m *Det44InterfaceDump) Size() (size int)

func (*Det44InterfaceDump) Unmarshal

func (m *Det44InterfaceDump) Unmarshal(b []byte) error

type Det44MapDetails

type Det44MapDetails struct {
	InAddr       ip_types.IP4Address `binapi:"ip4_address,name=in_addr" json:"in_addr,omitempty"`
	InPlen       uint8               `binapi:"u8,name=in_plen" json:"in_plen,omitempty"`
	OutAddr      ip_types.IP4Address `binapi:"ip4_address,name=out_addr" json:"out_addr,omitempty"`
	OutPlen      uint8               `binapi:"u8,name=out_plen" json:"out_plen,omitempty"`
	SharingRatio uint32              `binapi:"u32,name=sharing_ratio" json:"sharing_ratio,omitempty"`
	PortsPerHost uint16              `binapi:"u16,name=ports_per_host" json:"ports_per_host,omitempty"`
	SesNum       uint32              `binapi:"u32,name=ses_num" json:"ses_num,omitempty"`
}

Det44MapDetails defines message 'det44_map_details'.

func (*Det44MapDetails) GetCrcString

func (*Det44MapDetails) GetCrcString() string

func (*Det44MapDetails) GetMessageName

func (*Det44MapDetails) GetMessageName() string

func (*Det44MapDetails) GetMessageType

func (*Det44MapDetails) GetMessageType() api.MessageType

func (*Det44MapDetails) Marshal

func (m *Det44MapDetails) Marshal(b []byte) ([]byte, error)

func (*Det44MapDetails) Reset

func (m *Det44MapDetails) Reset()

func (*Det44MapDetails) Size

func (m *Det44MapDetails) Size() (size int)

func (*Det44MapDetails) Unmarshal

func (m *Det44MapDetails) Unmarshal(b []byte) error

type Det44MapDump

type Det44MapDump struct{}

Det44MapDump defines message 'det44_map_dump'.

func (*Det44MapDump) GetCrcString

func (*Det44MapDump) GetCrcString() string

func (*Det44MapDump) GetMessageName

func (*Det44MapDump) GetMessageName() string

func (*Det44MapDump) GetMessageType

func (*Det44MapDump) GetMessageType() api.MessageType

func (*Det44MapDump) Marshal

func (m *Det44MapDump) Marshal(b []byte) ([]byte, error)

func (*Det44MapDump) Reset

func (m *Det44MapDump) Reset()

func (*Det44MapDump) Size

func (m *Det44MapDump) Size() (size int)

func (*Det44MapDump) Unmarshal

func (m *Det44MapDump) Unmarshal(b []byte) error

type Det44PluginEnableDisable

type Det44PluginEnableDisable struct {
	InsideVrf  uint32 `binapi:"u32,name=inside_vrf" json:"inside_vrf,omitempty"`
	OutsideVrf uint32 `binapi:"u32,name=outside_vrf" json:"outside_vrf,omitempty"`
	Enable     bool   `binapi:"bool,name=enable" json:"enable,omitempty"`
}

Det44PluginEnableDisable defines message 'det44_plugin_enable_disable'. InProgress: the message form may change in the future versions

func (*Det44PluginEnableDisable) GetCrcString

func (*Det44PluginEnableDisable) GetCrcString() string

func (*Det44PluginEnableDisable) GetMessageName

func (*Det44PluginEnableDisable) GetMessageName() string

func (*Det44PluginEnableDisable) GetMessageType

func (*Det44PluginEnableDisable) GetMessageType() api.MessageType

func (*Det44PluginEnableDisable) Marshal

func (m *Det44PluginEnableDisable) Marshal(b []byte) ([]byte, error)

func (*Det44PluginEnableDisable) Reset

func (m *Det44PluginEnableDisable) Reset()

func (*Det44PluginEnableDisable) Size

func (m *Det44PluginEnableDisable) Size() (size int)

func (*Det44PluginEnableDisable) Unmarshal

func (m *Det44PluginEnableDisable) Unmarshal(b []byte) error

type Det44PluginEnableDisableReply

type Det44PluginEnableDisableReply struct {
	Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}

Det44PluginEnableDisableReply defines message 'det44_plugin_enable_disable_reply'. InProgress: the message form may change in the future versions

func (*Det44PluginEnableDisableReply) GetCrcString

func (*Det44PluginEnableDisableReply) GetCrcString() string

func (*Det44PluginEnableDisableReply) GetMessageName

func (*Det44PluginEnableDisableReply) GetMessageName() string

func (*Det44PluginEnableDisableReply) GetMessageType

func (*Det44PluginEnableDisableReply) GetMessageType() api.MessageType

func (*Det44PluginEnableDisableReply) Marshal

func (m *Det44PluginEnableDisableReply) Marshal(b []byte) ([]byte, error)

func (*Det44PluginEnableDisableReply) Reset

func (m *Det44PluginEnableDisableReply) Reset()

func (*Det44PluginEnableDisableReply) Size

func (m *Det44PluginEnableDisableReply) Size() (size int)

func (*Det44PluginEnableDisableReply) Unmarshal

func (m *Det44PluginEnableDisableReply) Unmarshal(b []byte) error

type Det44Reverse

type Det44Reverse struct {
	OutPort uint16              `binapi:"u16,name=out_port" json:"out_port,omitempty"`
	OutAddr ip_types.IP4Address `binapi:"ip4_address,name=out_addr" json:"out_addr,omitempty"`
}

Det44Reverse defines message 'det44_reverse'.

func (*Det44Reverse) GetCrcString

func (*Det44Reverse) GetCrcString() string

func (*Det44Reverse) GetMessageName

func (*Det44Reverse) GetMessageName() string

func (*Det44Reverse) GetMessageType

func (*Det44Reverse) GetMessageType() api.MessageType

func (*Det44Reverse) Marshal

func (m *Det44Reverse) Marshal(b []byte) ([]byte, error)

func (*Det44Reverse) Reset

func (m *Det44Reverse) Reset()

func (*Det44Reverse) Size

func (m *Det44Reverse) Size() (size int)

func (*Det44Reverse) Unmarshal

func (m *Det44Reverse) Unmarshal(b []byte) error

type Det44ReverseReply

type Det44ReverseReply struct {
	Retval int32               `binapi:"i32,name=retval" json:"retval,omitempty"`
	InAddr ip_types.IP4Address `binapi:"ip4_address,name=in_addr" json:"in_addr,omitempty"`
}

Det44ReverseReply defines message 'det44_reverse_reply'.

func (*Det44ReverseReply) GetCrcString

func (*Det44ReverseReply) GetCrcString() string

func (*Det44ReverseReply) GetMessageName

func (*Det44ReverseReply) GetMessageName() string

func (*Det44ReverseReply) GetMessageType

func (*Det44ReverseReply) GetMessageType() api.MessageType

func (*Det44ReverseReply) Marshal

func (m *Det44ReverseReply) Marshal(b []byte) ([]byte, error)

func (*Det44ReverseReply) Reset

func (m *Det44ReverseReply) Reset()

func (*Det44ReverseReply) Size

func (m *Det44ReverseReply) Size() (size int)

func (*Det44ReverseReply) Unmarshal

func (m *Det44ReverseReply) Unmarshal(b []byte) error

type Det44SessionDetails

type Det44SessionDetails struct {
	InPort  uint16              `binapi:"u16,name=in_port" json:"in_port,omitempty"`
	ExtAddr ip_types.IP4Address `binapi:"ip4_address,name=ext_addr" json:"ext_addr,omitempty"`
	ExtPort uint16              `binapi:"u16,name=ext_port" json:"ext_port,omitempty"`
	OutPort uint16              `binapi:"u16,name=out_port" json:"out_port,omitempty"`
	State   uint8               `binapi:"u8,name=state" json:"state,omitempty"`
	Expire  uint32              `binapi:"u32,name=expire" json:"expire,omitempty"`
}

Det44SessionDetails defines message 'det44_session_details'.

func (*Det44SessionDetails) GetCrcString

func (*Det44SessionDetails) GetCrcString() string

func (*Det44SessionDetails) GetMessageName

func (*Det44SessionDetails) GetMessageName() string

func (*Det44SessionDetails) GetMessageType

func (*Det44SessionDetails) GetMessageType() api.MessageType

func (*Det44SessionDetails) Marshal

func (m *Det44SessionDetails) Marshal(b []byte) ([]byte, error)

func (*Det44SessionDetails) Reset

func (m *Det44SessionDetails) Reset()

func (*Det44SessionDetails) Size

func (m *Det44SessionDetails) Size() (size int)

func (*Det44SessionDetails) Unmarshal

func (m *Det44SessionDetails) Unmarshal(b []byte) error

type Det44SessionDump

type Det44SessionDump struct {
	UserAddr ip_types.IP4Address `binapi:"ip4_address,name=user_addr" json:"user_addr,omitempty"`
}

Det44SessionDump defines message 'det44_session_dump'.

func (*Det44SessionDump) GetCrcString

func (*Det44SessionDump) GetCrcString() string

func (*Det44SessionDump) GetMessageName

func (*Det44SessionDump) GetMessageName() string

func (*Det44SessionDump) GetMessageType

func (*Det44SessionDump) GetMessageType() api.MessageType

func (*Det44SessionDump) Marshal

func (m *Det44SessionDump) Marshal(b []byte) ([]byte, error)

func (*Det44SessionDump) Reset

func (m *Det44SessionDump) Reset()

func (*Det44SessionDump) Size

func (m *Det44SessionDump) Size() (size int)

func (*Det44SessionDump) Unmarshal

func (m *Det44SessionDump) Unmarshal(b []byte) error

type Det44SetTimeouts

type Det44SetTimeouts struct {
	UDP            uint32 `binapi:"u32,name=udp" json:"udp,omitempty"`
	TCPEstablished uint32 `binapi:"u32,name=tcp_established" json:"tcp_established,omitempty"`
	TCPTransitory  uint32 `binapi:"u32,name=tcp_transitory" json:"tcp_transitory,omitempty"`
	ICMP           uint32 `binapi:"u32,name=icmp" json:"icmp,omitempty"`
}

Det44SetTimeouts defines message 'det44_set_timeouts'. InProgress: the message form may change in the future versions

func (*Det44SetTimeouts) GetCrcString

func (*Det44SetTimeouts) GetCrcString() string

func (*Det44SetTimeouts) GetMessageName

func (*Det44SetTimeouts) GetMessageName() string

func (*Det44SetTimeouts) GetMessageType

func (*Det44SetTimeouts) GetMessageType() api.MessageType

func (*Det44SetTimeouts) Marshal

func (m *Det44SetTimeouts) Marshal(b []byte) ([]byte, error)

func (*Det44SetTimeouts) Reset

func (m *Det44SetTimeouts) Reset()

func (*Det44SetTimeouts) Size

func (m *Det44SetTimeouts) Size() (size int)

func (*Det44SetTimeouts) Unmarshal

func (m *Det44SetTimeouts) Unmarshal(b []byte) error

type Det44SetTimeoutsReply

type Det44SetTimeoutsReply struct {
	Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}

Det44SetTimeoutsReply defines message 'det44_set_timeouts_reply'. InProgress: the message form may change in the future versions

func (*Det44SetTimeoutsReply) GetCrcString

func (*Det44SetTimeoutsReply) GetCrcString() string

func (*Det44SetTimeoutsReply) GetMessageName

func (*Det44SetTimeoutsReply) GetMessageName() string

func (*Det44SetTimeoutsReply) GetMessageType

func (*Det44SetTimeoutsReply) GetMessageType() api.MessageType

func (*Det44SetTimeoutsReply) Marshal

func (m *Det44SetTimeoutsReply) Marshal(b []byte) ([]byte, error)

func (*Det44SetTimeoutsReply) Reset

func (m *Det44SetTimeoutsReply) Reset()

func (*Det44SetTimeoutsReply) Size

func (m *Det44SetTimeoutsReply) Size() (size int)

func (*Det44SetTimeoutsReply) Unmarshal

func (m *Det44SetTimeoutsReply) Unmarshal(b []byte) error

type NatDetAddDelMap

type NatDetAddDelMap struct {
	IsAdd   bool                `binapi:"bool,name=is_add" json:"is_add,omitempty"`
	InAddr  ip_types.IP4Address `binapi:"ip4_address,name=in_addr" json:"in_addr,omitempty"`
	InPlen  uint8               `binapi:"u8,name=in_plen" json:"in_plen,omitempty"`
	OutAddr ip_types.IP4Address `binapi:"ip4_address,name=out_addr" json:"out_addr,omitempty"`
	OutPlen uint8               `binapi:"u8,name=out_plen" json:"out_plen,omitempty"`
}

NatDetAddDelMap defines message 'nat_det_add_del_map'. Deprecated: the message will be removed in the future versions

func (*NatDetAddDelMap) GetCrcString

func (*NatDetAddDelMap) GetCrcString() string

func (*NatDetAddDelMap) GetMessageName

func (*NatDetAddDelMap) GetMessageName() string

func (*NatDetAddDelMap) GetMessageType

func (*NatDetAddDelMap) GetMessageType() api.MessageType

func (*NatDetAddDelMap) Marshal

func (m *NatDetAddDelMap) Marshal(b []byte) ([]byte, error)

func (*NatDetAddDelMap) Reset

func (m *NatDetAddDelMap) Reset()

func (*NatDetAddDelMap) Size

func (m *NatDetAddDelMap) Size() (size int)

func (*NatDetAddDelMap) Unmarshal

func (m *NatDetAddDelMap) Unmarshal(b []byte) error

type NatDetAddDelMapReply

type NatDetAddDelMapReply struct {
	Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}

NatDetAddDelMapReply defines message 'nat_det_add_del_map_reply'. Deprecated: the message will be removed in the future versions

func (*NatDetAddDelMapReply) GetCrcString

func (*NatDetAddDelMapReply) GetCrcString() string

func (*NatDetAddDelMapReply) GetMessageName

func (*NatDetAddDelMapReply) GetMessageName() string

func (*NatDetAddDelMapReply) GetMessageType

func (*NatDetAddDelMapReply) GetMessageType() api.MessageType

func (*NatDetAddDelMapReply) Marshal

func (m *NatDetAddDelMapReply) Marshal(b []byte) ([]byte, error)

func (*NatDetAddDelMapReply) Reset

func (m *NatDetAddDelMapReply) Reset()

func (*NatDetAddDelMapReply) Size

func (m *NatDetAddDelMapReply) Size() (size int)

func (*NatDetAddDelMapReply) Unmarshal

func (m *NatDetAddDelMapReply) Unmarshal(b []byte) error

type NatDetCloseSessionIn

type NatDetCloseSessionIn struct {
	InAddr  ip_types.IP4Address `binapi:"ip4_address,name=in_addr" json:"in_addr,omitempty"`
	InPort  uint16              `binapi:"u16,name=in_port" json:"in_port,omitempty"`
	ExtAddr ip_types.IP4Address `binapi:"ip4_address,name=ext_addr" json:"ext_addr,omitempty"`
	ExtPort uint16              `binapi:"u16,name=ext_port" json:"ext_port,omitempty"`
}

NatDetCloseSessionIn defines message 'nat_det_close_session_in'. Deprecated: the message will be removed in the future versions

func (*NatDetCloseSessionIn) GetCrcString

func (*NatDetCloseSessionIn) GetCrcString() string

func (*NatDetCloseSessionIn) GetMessageName

func (*NatDetCloseSessionIn) GetMessageName() string

func (*NatDetCloseSessionIn) GetMessageType

func (*NatDetCloseSessionIn) GetMessageType() api.MessageType

func (*NatDetCloseSessionIn) Marshal

func (m *NatDetCloseSessionIn) Marshal(b []byte) ([]byte, error)

func (*NatDetCloseSessionIn) Reset

func (m *NatDetCloseSessionIn) Reset()

func (*NatDetCloseSessionIn) Size

func (m *NatDetCloseSessionIn) Size() (size int)

func (*NatDetCloseSessionIn) Unmarshal

func (m *NatDetCloseSessionIn) Unmarshal(b []byte) error

type NatDetCloseSessionInReply

type NatDetCloseSessionInReply struct {
	Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}

NatDetCloseSessionInReply defines message 'nat_det_close_session_in_reply'. Deprecated: the message will be removed in the future versions

func (*NatDetCloseSessionInReply) GetCrcString

func (*NatDetCloseSessionInReply) GetCrcString() string

func (*NatDetCloseSessionInReply) GetMessageName

func (*NatDetCloseSessionInReply) GetMessageName() string

func (*NatDetCloseSessionInReply) GetMessageType

func (*NatDetCloseSessionInReply) GetMessageType() api.MessageType

func (*NatDetCloseSessionInReply) Marshal

func (m *NatDetCloseSessionInReply) Marshal(b []byte) ([]byte, error)

func (*NatDetCloseSessionInReply) Reset

func (m *NatDetCloseSessionInReply) Reset()

func (*NatDetCloseSessionInReply) Size

func (m *NatDetCloseSessionInReply) Size() (size int)

func (*NatDetCloseSessionInReply) Unmarshal

func (m *NatDetCloseSessionInReply) Unmarshal(b []byte) error

type NatDetCloseSessionOut

type NatDetCloseSessionOut struct {
	OutAddr ip_types.IP4Address `binapi:"ip4_address,name=out_addr" json:"out_addr,omitempty"`
	OutPort uint16              `binapi:"u16,name=out_port" json:"out_port,omitempty"`
	ExtAddr ip_types.IP4Address `binapi:"ip4_address,name=ext_addr" json:"ext_addr,omitempty"`
	ExtPort uint16              `binapi:"u16,name=ext_port" json:"ext_port,omitempty"`
}

NatDetCloseSessionOut defines message 'nat_det_close_session_out'. Deprecated: the message will be removed in the future versions

func (*NatDetCloseSessionOut) GetCrcString

func (*NatDetCloseSessionOut) GetCrcString() string

func (*NatDetCloseSessionOut) GetMessageName

func (*NatDetCloseSessionOut) GetMessageName() string

func (*NatDetCloseSessionOut) GetMessageType

func (*NatDetCloseSessionOut) GetMessageType() api.MessageType

func (*NatDetCloseSessionOut) Marshal

func (m *NatDetCloseSessionOut) Marshal(b []byte) ([]byte, error)

func (*NatDetCloseSessionOut) Reset

func (m *NatDetCloseSessionOut) Reset()

func (*NatDetCloseSessionOut) Size

func (m *NatDetCloseSessionOut) Size() (size int)

func (*NatDetCloseSessionOut) Unmarshal

func (m *NatDetCloseSessionOut) Unmarshal(b []byte) error

type NatDetCloseSessionOutReply

type NatDetCloseSessionOutReply struct {
	Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}

NatDetCloseSessionOutReply defines message 'nat_det_close_session_out_reply'. Deprecated: the message will be removed in the future versions

func (*NatDetCloseSessionOutReply) GetCrcString

func (*NatDetCloseSessionOutReply) GetCrcString() string

func (*NatDetCloseSessionOutReply) GetMessageName

func (*NatDetCloseSessionOutReply) GetMessageName() string

func (*NatDetCloseSessionOutReply) GetMessageType

func (*NatDetCloseSessionOutReply) GetMessageType() api.MessageType

func (*NatDetCloseSessionOutReply) Marshal

func (m *NatDetCloseSessionOutReply) Marshal(b []byte) ([]byte, error)

func (*NatDetCloseSessionOutReply) Reset

func (m *NatDetCloseSessionOutReply) Reset()

func (*NatDetCloseSessionOutReply) Size

func (m *NatDetCloseSessionOutReply) Size() (size int)

func (*NatDetCloseSessionOutReply) Unmarshal

func (m *NatDetCloseSessionOutReply) Unmarshal(b []byte) error

type NatDetForward

type NatDetForward struct {
	InAddr ip_types.IP4Address `binapi:"ip4_address,name=in_addr" json:"in_addr,omitempty"`
}

NatDetForward defines message 'nat_det_forward'. Deprecated: the message will be removed in the future versions

func (*NatDetForward) GetCrcString

func (*NatDetForward) GetCrcString() string

func (*NatDetForward) GetMessageName

func (*NatDetForward) GetMessageName() string

func (*NatDetForward) GetMessageType

func (*NatDetForward) GetMessageType() api.MessageType

func (*NatDetForward) Marshal

func (m *NatDetForward) Marshal(b []byte) ([]byte, error)

func (*NatDetForward) Reset

func (m *NatDetForward) Reset()

func (*NatDetForward) Size

func (m *NatDetForward) Size() (size int)

func (*NatDetForward) Unmarshal

func (m *NatDetForward) Unmarshal(b []byte) error

type NatDetForwardReply

type NatDetForwardReply struct {
	Retval    int32               `binapi:"i32,name=retval" json:"retval,omitempty"`
	OutPortLo uint16              `binapi:"u16,name=out_port_lo" json:"out_port_lo,omitempty"`
	OutPortHi uint16              `binapi:"u16,name=out_port_hi" json:"out_port_hi,omitempty"`
	OutAddr   ip_types.IP4Address `binapi:"ip4_address,name=out_addr" json:"out_addr,omitempty"`
}

NatDetForwardReply defines message 'nat_det_forward_reply'. Deprecated: the message will be removed in the future versions

func (*NatDetForwardReply) GetCrcString

func (*NatDetForwardReply) GetCrcString() string

func (*NatDetForwardReply) GetMessageName

func (*NatDetForwardReply) GetMessageName() string

func (*NatDetForwardReply) GetMessageType

func (*NatDetForwardReply) GetMessageType() api.MessageType

func (*NatDetForwardReply) Marshal

func (m *NatDetForwardReply) Marshal(b []byte) ([]byte, error)

func (*NatDetForwardReply) Reset

func (m *NatDetForwardReply) Reset()

func (*NatDetForwardReply) Size

func (m *NatDetForwardReply) Size() (size int)

func (*NatDetForwardReply) Unmarshal

func (m *NatDetForwardReply) Unmarshal(b []byte) error

type NatDetMapDetails

type NatDetMapDetails struct {
	InAddr       ip_types.IP4Address `binapi:"ip4_address,name=in_addr" json:"in_addr,omitempty"`
	InPlen       uint8               `binapi:"u8,name=in_plen" json:"in_plen,omitempty"`
	OutAddr      ip_types.IP4Address `binapi:"ip4_address,name=out_addr" json:"out_addr,omitempty"`
	OutPlen      uint8               `binapi:"u8,name=out_plen" json:"out_plen,omitempty"`
	SharingRatio uint32              `binapi:"u32,name=sharing_ratio" json:"sharing_ratio,omitempty"`
	PortsPerHost uint16              `binapi:"u16,name=ports_per_host" json:"ports_per_host,omitempty"`
	SesNum       uint32              `binapi:"u32,name=ses_num" json:"ses_num,omitempty"`
}

NatDetMapDetails defines message 'nat_det_map_details'. Deprecated: the message will be removed in the future versions

func (*NatDetMapDetails) GetCrcString

func (*NatDetMapDetails) GetCrcString() string

func (*NatDetMapDetails) GetMessageName

func (*NatDetMapDetails) GetMessageName() string

func (*NatDetMapDetails) GetMessageType

func (*NatDetMapDetails) GetMessageType() api.MessageType

func (*NatDetMapDetails) Marshal

func (m *NatDetMapDetails) Marshal(b []byte) ([]byte, error)

func (*NatDetMapDetails) Reset

func (m *NatDetMapDetails) Reset()

func (*NatDetMapDetails) Size

func (m *NatDetMapDetails) Size() (size int)

func (*NatDetMapDetails) Unmarshal

func (m *NatDetMapDetails) Unmarshal(b []byte) error

type NatDetMapDump

type NatDetMapDump struct{}

NatDetMapDump defines message 'nat_det_map_dump'. Deprecated: the message will be removed in the future versions

func (*NatDetMapDump) GetCrcString

func (*NatDetMapDump) GetCrcString() string

func (*NatDetMapDump) GetMessageName

func (*NatDetMapDump) GetMessageName() string

func (*NatDetMapDump) GetMessageType

func (*NatDetMapDump) GetMessageType() api.MessageType

func (*NatDetMapDump) Marshal

func (m *NatDetMapDump) Marshal(b []byte) ([]byte, error)

func (*NatDetMapDump) Reset

func (m *NatDetMapDump) Reset()

func (*NatDetMapDump) Size

func (m *NatDetMapDump) Size() (size int)

func (*NatDetMapDump) Unmarshal

func (m *NatDetMapDump) Unmarshal(b []byte) error

type NatDetReverse

type NatDetReverse struct {
	OutPort uint16              `binapi:"u16,name=out_port" json:"out_port,omitempty"`
	OutAddr ip_types.IP4Address `binapi:"ip4_address,name=out_addr" json:"out_addr,omitempty"`
}

NatDetReverse defines message 'nat_det_reverse'. Deprecated: the message will be removed in the future versions

func (*NatDetReverse) GetCrcString

func (*NatDetReverse) GetCrcString() string

func (*NatDetReverse) GetMessageName

func (*NatDetReverse) GetMessageName() string

func (*NatDetReverse) GetMessageType

func (*NatDetReverse) GetMessageType() api.MessageType

func (*NatDetReverse) Marshal

func (m *NatDetReverse) Marshal(b []byte) ([]byte, error)

func (*NatDetReverse) Reset

func (m *NatDetReverse) Reset()

func (*NatDetReverse) Size

func (m *NatDetReverse) Size() (size int)

func (*NatDetReverse) Unmarshal

func (m *NatDetReverse) Unmarshal(b []byte) error

type NatDetReverseReply

type NatDetReverseReply struct {
	Retval int32               `binapi:"i32,name=retval" json:"retval,omitempty"`
	InAddr ip_types.IP4Address `binapi:"ip4_address,name=in_addr" json:"in_addr,omitempty"`
}

NatDetReverseReply defines message 'nat_det_reverse_reply'. Deprecated: the message will be removed in the future versions

func (*NatDetReverseReply) GetCrcString

func (*NatDetReverseReply) GetCrcString() string

func (*NatDetReverseReply) GetMessageName

func (*NatDetReverseReply) GetMessageName() string

func (*NatDetReverseReply) GetMessageType

func (*NatDetReverseReply) GetMessageType() api.MessageType

func (*NatDetReverseReply) Marshal

func (m *NatDetReverseReply) Marshal(b []byte) ([]byte, error)

func (*NatDetReverseReply) Reset

func (m *NatDetReverseReply) Reset()

func (*NatDetReverseReply) Size

func (m *NatDetReverseReply) Size() (size int)

func (*NatDetReverseReply) Unmarshal

func (m *NatDetReverseReply) Unmarshal(b []byte) error

type NatDetSessionDetails

type NatDetSessionDetails struct {
	InPort  uint16              `binapi:"u16,name=in_port" json:"in_port,omitempty"`
	ExtAddr ip_types.IP4Address `binapi:"ip4_address,name=ext_addr" json:"ext_addr,omitempty"`
	ExtPort uint16              `binapi:"u16,name=ext_port" json:"ext_port,omitempty"`
	OutPort uint16              `binapi:"u16,name=out_port" json:"out_port,omitempty"`
	State   uint8               `binapi:"u8,name=state" json:"state,omitempty"`
	Expire  uint32              `binapi:"u32,name=expire" json:"expire,omitempty"`
}

NatDetSessionDetails defines message 'nat_det_session_details'. Deprecated: the message will be removed in the future versions

func (*NatDetSessionDetails) GetCrcString

func (*NatDetSessionDetails) GetCrcString() string

func (*NatDetSessionDetails) GetMessageName

func (*NatDetSessionDetails) GetMessageName() string

func (*NatDetSessionDetails) GetMessageType

func (*NatDetSessionDetails) GetMessageType() api.MessageType

func (*NatDetSessionDetails) Marshal

func (m *NatDetSessionDetails) Marshal(b []byte) ([]byte, error)

func (*NatDetSessionDetails) Reset

func (m *NatDetSessionDetails) Reset()

func (*NatDetSessionDetails) Size

func (m *NatDetSessionDetails) Size() (size int)

func (*NatDetSessionDetails) Unmarshal

func (m *NatDetSessionDetails) Unmarshal(b []byte) error

type NatDetSessionDump

type NatDetSessionDump struct {
	UserAddr ip_types.IP4Address `binapi:"ip4_address,name=user_addr" json:"user_addr,omitempty"`
}

NatDetSessionDump defines message 'nat_det_session_dump'. Deprecated: the message will be removed in the future versions

func (*NatDetSessionDump) GetCrcString

func (*NatDetSessionDump) GetCrcString() string

func (*NatDetSessionDump) GetMessageName

func (*NatDetSessionDump) GetMessageName() string

func (*NatDetSessionDump) GetMessageType

func (*NatDetSessionDump) GetMessageType() api.MessageType

func (*NatDetSessionDump) Marshal

func (m *NatDetSessionDump) Marshal(b []byte) ([]byte, error)

func (*NatDetSessionDump) Reset

func (m *NatDetSessionDump) Reset()

func (*NatDetSessionDump) Size

func (m *NatDetSessionDump) Size() (size int)

func (*NatDetSessionDump) Unmarshal

func (m *NatDetSessionDump) Unmarshal(b []byte) error

type RPCService

type RPCService interface {
	Det44AddDelMap(ctx context.Context, in *Det44AddDelMap) (*Det44AddDelMapReply, error)
	Det44CloseSessionIn(ctx context.Context, in *Det44CloseSessionIn) (*Det44CloseSessionInReply, error)
	Det44CloseSessionOut(ctx context.Context, in *Det44CloseSessionOut) (*Det44CloseSessionOutReply, error)
	Det44Forward(ctx context.Context, in *Det44Forward) (*Det44ForwardReply, error)
	Det44GetTimeouts(ctx context.Context, in *Det44GetTimeouts) (*Det44GetTimeoutsReply, error)
	Det44InterfaceAddDelFeature(ctx context.Context, in *Det44InterfaceAddDelFeature) (*Det44InterfaceAddDelFeatureReply, error)
	Det44InterfaceDump(ctx context.Context, in *Det44InterfaceDump) (RPCService_Det44InterfaceDumpClient, error)
	Det44MapDump(ctx context.Context, in *Det44MapDump) (RPCService_Det44MapDumpClient, error)
	Det44PluginEnableDisable(ctx context.Context, in *Det44PluginEnableDisable) (*Det44PluginEnableDisableReply, error)
	Det44Reverse(ctx context.Context, in *Det44Reverse) (*Det44ReverseReply, error)
	Det44SessionDump(ctx context.Context, in *Det44SessionDump) (RPCService_Det44SessionDumpClient, error)
	Det44SetTimeouts(ctx context.Context, in *Det44SetTimeouts) (*Det44SetTimeoutsReply, error)
	NatDetAddDelMap(ctx context.Context, in *NatDetAddDelMap) (*NatDetAddDelMapReply, error)
	NatDetCloseSessionIn(ctx context.Context, in *NatDetCloseSessionIn) (*NatDetCloseSessionInReply, error)
	NatDetCloseSessionOut(ctx context.Context, in *NatDetCloseSessionOut) (*NatDetCloseSessionOutReply, error)
	NatDetForward(ctx context.Context, in *NatDetForward) (*NatDetForwardReply, error)
	NatDetMapDump(ctx context.Context, in *NatDetMapDump) (RPCService_NatDetMapDumpClient, error)
	NatDetReverse(ctx context.Context, in *NatDetReverse) (*NatDetReverseReply, error)
	NatDetSessionDump(ctx context.Context, in *NatDetSessionDump) (RPCService_NatDetSessionDumpClient, error)
}

RPCService defines RPC service det44.

func NewServiceClient

func NewServiceClient(conn api.Connection) RPCService

type RPCService_Det44InterfaceDumpClient

type RPCService_Det44InterfaceDumpClient interface {
	Recv() (*Det44InterfaceDetails, error)
	api.Stream
}

type RPCService_Det44MapDumpClient

type RPCService_Det44MapDumpClient interface {
	Recv() (*Det44MapDetails, error)
	api.Stream
}

type RPCService_Det44SessionDumpClient

type RPCService_Det44SessionDumpClient interface {
	Recv() (*Det44SessionDetails, error)
	api.Stream
}

type RPCService_NatDetMapDumpClient

type RPCService_NatDetMapDumpClient interface {
	Recv() (*NatDetMapDetails, error)
	api.Stream
}

type RPCService_NatDetSessionDumpClient

type RPCService_NatDetSessionDumpClient interface {
	Recv() (*NatDetSessionDetails, error)
	api.Stream
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL