Documentation ¶
Index ¶
- Variables
- type SentryTcpListenEvent
- func (*SentryTcpListenEvent) Descriptor() ([]byte, []int)deprecated
- func (x *SentryTcpListenEvent) GetPort() int32
- func (*SentryTcpListenEvent) ProtoMessage()
- func (x *SentryTcpListenEvent) ProtoReflect() protoreflect.Message
- func (x *SentryTcpListenEvent) Reset()
- func (x *SentryTcpListenEvent) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_sentry_socket_netstack_events_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SentryTcpListenEvent ¶
type SentryTcpListenEvent struct { Port *int32 `protobuf:"varint,1,opt,name=port,proto3,oneof" json:"port,omitempty"` // contains filtered or unexported fields }
func (*SentryTcpListenEvent) Descriptor
deprecated
func (*SentryTcpListenEvent) Descriptor() ([]byte, []int)
Deprecated: Use SentryTcpListenEvent.ProtoReflect.Descriptor instead.
func (*SentryTcpListenEvent) GetPort ¶
func (x *SentryTcpListenEvent) GetPort() int32
func (*SentryTcpListenEvent) ProtoMessage ¶
func (*SentryTcpListenEvent) ProtoMessage()
func (*SentryTcpListenEvent) ProtoReflect ¶
func (x *SentryTcpListenEvent) ProtoReflect() protoreflect.Message
func (*SentryTcpListenEvent) Reset ¶
func (x *SentryTcpListenEvent) Reset()
func (*SentryTcpListenEvent) String ¶
func (x *SentryTcpListenEvent) String() string
Click to show internal directories.
Click to hide internal directories.