pb

package
v0.0.0-...-9700622 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2025 License: Unlicense Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_bbmesh_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BBMeshMessage

type BBMeshMessage struct {

	// Types that are assignable to Content:
	//
	//	*BBMeshMessage_Ping
	//	*BBMeshMessage_Pong
	Content isBBMeshMessage_Content `protobuf_oneof:"content"`
	// contains filtered or unexported fields
}

func (*BBMeshMessage) Descriptor deprecated

func (*BBMeshMessage) Descriptor() ([]byte, []int)

Deprecated: Use BBMeshMessage.ProtoReflect.Descriptor instead.

func (*BBMeshMessage) GetContent

func (m *BBMeshMessage) GetContent() isBBMeshMessage_Content

func (*BBMeshMessage) GetPing

func (x *BBMeshMessage) GetPing() *Ping

func (*BBMeshMessage) GetPong

func (x *BBMeshMessage) GetPong() *Pong

func (*BBMeshMessage) ProtoMessage

func (*BBMeshMessage) ProtoMessage()

func (*BBMeshMessage) ProtoReflect

func (x *BBMeshMessage) ProtoReflect() protoreflect.Message

func (*BBMeshMessage) Reset

func (x *BBMeshMessage) Reset()

func (*BBMeshMessage) String

func (x *BBMeshMessage) String() string

type BBMeshMessage_Ping

type BBMeshMessage_Ping struct {
	Ping *Ping `protobuf:"bytes,1,opt,name=ping,proto3,oneof"`
}

type BBMeshMessage_Pong

type BBMeshMessage_Pong struct {
	Pong *Pong `protobuf:"bytes,2,opt,name=pong,proto3,oneof"`
}

type Ping

type Ping struct {
	Timestamp uint32 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Ping) Descriptor deprecated

func (*Ping) Descriptor() ([]byte, []int)

Deprecated: Use Ping.ProtoReflect.Descriptor instead.

func (*Ping) GetTimestamp

func (x *Ping) GetTimestamp() uint32

func (*Ping) ProtoMessage

func (*Ping) ProtoMessage()

func (*Ping) ProtoReflect

func (x *Ping) ProtoReflect() protoreflect.Message

func (*Ping) Reset

func (x *Ping) Reset()

func (*Ping) String

func (x *Ping) String() string

type Pong

type Pong struct {
	Timestamp uint32 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Pong) Descriptor deprecated

func (*Pong) Descriptor() ([]byte, []int)

Deprecated: Use Pong.ProtoReflect.Descriptor instead.

func (*Pong) GetTimestamp

func (x *Pong) GetTimestamp() uint32

func (*Pong) ProtoMessage

func (*Pong) ProtoMessage()

func (*Pong) ProtoReflect

func (x *Pong) ProtoReflect() protoreflect.Message

func (*Pong) Reset

func (x *Pong) Reset()

func (*Pong) String

func (x *Pong) String() string

Jump to

Keyboard shortcuts

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