internal

package
v0.0.0-...-cd28088 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_event_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Any

type Any struct {

	// Types that are assignable to Any:
	//
	//	*Any_String_
	//	*Any_Int32
	//	*Any_Int64
	//	*Any_Float
	//	*Any_Double
	Any isAny_Any `protobuf_oneof:"any"`
	// contains filtered or unexported fields
}

func (*Any) Descriptor deprecated

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

Deprecated: Use Any.ProtoReflect.Descriptor instead.

func (*Any) GetAny

func (m *Any) GetAny() isAny_Any

func (*Any) GetDouble

func (x *Any) GetDouble() float64

func (*Any) GetFloat

func (x *Any) GetFloat() float32

func (*Any) GetInt32

func (x *Any) GetInt32() int32

func (*Any) GetInt64

func (x *Any) GetInt64() int64

func (*Any) GetString_

func (x *Any) GetString_() string

func (*Any) ProtoMessage

func (*Any) ProtoMessage()

func (*Any) ProtoReflect

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

func (*Any) Reset

func (x *Any) Reset()

func (*Any) String

func (x *Any) String() string

type Any_Double

type Any_Double struct {
	Double float64 `protobuf:"fixed64,5,opt,name=Double,proto3,oneof"`
}

type Any_Float

type Any_Float struct {
	Float float32 `protobuf:"fixed32,4,opt,name=Float,proto3,oneof"`
}

type Any_Int32

type Any_Int32 struct {
	Int32 int32 `protobuf:"varint,2,opt,name=Int32,proto3,oneof"`
}

type Any_Int64

type Any_Int64 struct {
	Int64 int64 `protobuf:"varint,3,opt,name=Int64,proto3,oneof"`
}

type Any_String_

type Any_String_ struct {
	String_ string `protobuf:"bytes,1,opt,name=String,proto3,oneof"`
}

type ComplexProtobuf

type ComplexProtobuf struct {
	SimpleString    string                   `protobuf:"bytes,1,opt,name=SimpleString,proto3" json:"SimpleString,omitempty"`
	HardString      string                   `protobuf:"bytes,2,opt,name=HardString,proto3" json:"HardString,omitempty"`
	SimpleStringPtr *string                  `protobuf:"bytes,3,opt,name=SimpleStringPtr,proto3,oneof" json:"SimpleStringPtr,omitempty"`
	HardStringPtr   *string                  `protobuf:"bytes,4,opt,name=HardStringPtr,proto3,oneof" json:"HardStringPtr,omitempty"`
	Int32           int32                    `protobuf:"varint,5,opt,name=Int32,proto3" json:"Int32,omitempty"`
	Int64           int64                    `protobuf:"varint,6,opt,name=Int64,proto3" json:"Int64,omitempty"`
	Int32Ptr        *int32                   `protobuf:"varint,7,opt,name=Int32Ptr,proto3,oneof" json:"Int32Ptr,omitempty"`
	Int64Ptr        *int64                   `protobuf:"varint,8,opt,name=Int64Ptr,proto3,oneof" json:"Int64Ptr,omitempty"`
	Float32         float32                  `protobuf:"fixed32,9,opt,name=Float32,proto3" json:"Float32,omitempty"`
	Float64         float64                  `protobuf:"fixed64,10,opt,name=Float64,proto3" json:"Float64,omitempty"`
	Float32Ptr      *float32                 `protobuf:"fixed32,11,opt,name=Float32Ptr,proto3,oneof" json:"Float32Ptr,omitempty"`
	Float64Ptr      *float64                 `protobuf:"fixed64,12,opt,name=Float64Ptr,proto3,oneof" json:"Float64Ptr,omitempty"`
	Map1            map[string]*Any          `` /* 150-byte string literal not displayed */
	Map2            map[string]*Any          `` /* 150-byte string literal not displayed */
	Slice1          []*Any                   `protobuf:"bytes,15,rep,name=slice1,proto3" json:"slice1,omitempty"`
	Slice2          []*Any                   `protobuf:"bytes,16,rep,name=slice2,proto3" json:"slice2,omitempty"`
	Bytes           []byte                   `protobuf:"bytes,17,opt,name=Bytes,proto3" json:"Bytes,omitempty"`
	BytesPtr        []byte                   `protobuf:"bytes,18,opt,name=BytesPtr,proto3,oneof" json:"BytesPtr,omitempty"`
	Struct          *ComplexProtobufEmbedded `protobuf:"bytes,19,opt,name=Struct,proto3" json:"Struct,omitempty"`
	// contains filtered or unexported fields
}

func (*ComplexProtobuf) Descriptor deprecated

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

Deprecated: Use ComplexProtobuf.ProtoReflect.Descriptor instead.

func (*ComplexProtobuf) GetBytes

func (x *ComplexProtobuf) GetBytes() []byte

func (*ComplexProtobuf) GetBytesPtr

func (x *ComplexProtobuf) GetBytesPtr() []byte

func (*ComplexProtobuf) GetFloat32

func (x *ComplexProtobuf) GetFloat32() float32

func (*ComplexProtobuf) GetFloat32Ptr

func (x *ComplexProtobuf) GetFloat32Ptr() float32

func (*ComplexProtobuf) GetFloat64

func (x *ComplexProtobuf) GetFloat64() float64

func (*ComplexProtobuf) GetFloat64Ptr

func (x *ComplexProtobuf) GetFloat64Ptr() float64

func (*ComplexProtobuf) GetHardString

func (x *ComplexProtobuf) GetHardString() string

func (*ComplexProtobuf) GetHardStringPtr

func (x *ComplexProtobuf) GetHardStringPtr() string

func (*ComplexProtobuf) GetInt32

func (x *ComplexProtobuf) GetInt32() int32

func (*ComplexProtobuf) GetInt32Ptr

func (x *ComplexProtobuf) GetInt32Ptr() int32

func (*ComplexProtobuf) GetInt64

func (x *ComplexProtobuf) GetInt64() int64

func (*ComplexProtobuf) GetInt64Ptr

func (x *ComplexProtobuf) GetInt64Ptr() int64

func (*ComplexProtobuf) GetMap1

func (x *ComplexProtobuf) GetMap1() map[string]*Any

func (*ComplexProtobuf) GetMap2

func (x *ComplexProtobuf) GetMap2() map[string]*Any

func (*ComplexProtobuf) GetSimpleString

func (x *ComplexProtobuf) GetSimpleString() string

func (*ComplexProtobuf) GetSimpleStringPtr

func (x *ComplexProtobuf) GetSimpleStringPtr() string

func (*ComplexProtobuf) GetSlice1

func (x *ComplexProtobuf) GetSlice1() []*Any

func (*ComplexProtobuf) GetSlice2

func (x *ComplexProtobuf) GetSlice2() []*Any

func (*ComplexProtobuf) GetStruct

func (x *ComplexProtobuf) GetStruct() *ComplexProtobufEmbedded

func (*ComplexProtobuf) ProtoMessage

func (*ComplexProtobuf) ProtoMessage()

func (*ComplexProtobuf) ProtoReflect

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

func (*ComplexProtobuf) Reset

func (x *ComplexProtobuf) Reset()

func (*ComplexProtobuf) String

func (x *ComplexProtobuf) String() string

type ComplexProtobufEmbedded

type ComplexProtobufEmbedded struct {
	SimpleString string          `protobuf:"bytes,1,opt,name=SimpleString,proto3" json:"SimpleString,omitempty"`
	HardString   string          `protobuf:"bytes,2,opt,name=HardString,proto3" json:"HardString,omitempty"`
	Int32        int32           `protobuf:"varint,3,opt,name=Int32,proto3" json:"Int32,omitempty"`
	Int64        int64           `protobuf:"varint,4,opt,name=Int64,proto3" json:"Int64,omitempty"`
	Float32      float32         `protobuf:"fixed32,5,opt,name=Float32,proto3" json:"Float32,omitempty"`
	Float64      float64         `protobuf:"fixed64,6,opt,name=Float64,proto3" json:"Float64,omitempty"`
	Map1         map[string]*Any `` /* 149-byte string literal not displayed */
	Map2         map[string]*Any `` /* 149-byte string literal not displayed */
	Slice1       []*Any          `protobuf:"bytes,9,rep,name=slice1,proto3" json:"slice1,omitempty"`
	Slice2       []*Any          `protobuf:"bytes,10,rep,name=slice2,proto3" json:"slice2,omitempty"`
	Bytes        []byte          `protobuf:"bytes,11,opt,name=Bytes,proto3" json:"Bytes,omitempty"`
	BytesPtr     []byte          `protobuf:"bytes,12,opt,name=BytesPtr,proto3,oneof" json:"BytesPtr,omitempty"`
	// contains filtered or unexported fields
}

func (*ComplexProtobufEmbedded) Descriptor deprecated

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

Deprecated: Use ComplexProtobufEmbedded.ProtoReflect.Descriptor instead.

func (*ComplexProtobufEmbedded) GetBytes

func (x *ComplexProtobufEmbedded) GetBytes() []byte

func (*ComplexProtobufEmbedded) GetBytesPtr

func (x *ComplexProtobufEmbedded) GetBytesPtr() []byte

func (*ComplexProtobufEmbedded) GetFloat32

func (x *ComplexProtobufEmbedded) GetFloat32() float32

func (*ComplexProtobufEmbedded) GetFloat64

func (x *ComplexProtobufEmbedded) GetFloat64() float64

func (*ComplexProtobufEmbedded) GetHardString

func (x *ComplexProtobufEmbedded) GetHardString() string

func (*ComplexProtobufEmbedded) GetInt32

func (x *ComplexProtobufEmbedded) GetInt32() int32

func (*ComplexProtobufEmbedded) GetInt64

func (x *ComplexProtobufEmbedded) GetInt64() int64

func (*ComplexProtobufEmbedded) GetMap1

func (x *ComplexProtobufEmbedded) GetMap1() map[string]*Any

func (*ComplexProtobufEmbedded) GetMap2

func (x *ComplexProtobufEmbedded) GetMap2() map[string]*Any

func (*ComplexProtobufEmbedded) GetSimpleString

func (x *ComplexProtobufEmbedded) GetSimpleString() string

func (*ComplexProtobufEmbedded) GetSlice1

func (x *ComplexProtobufEmbedded) GetSlice1() []*Any

func (*ComplexProtobufEmbedded) GetSlice2

func (x *ComplexProtobufEmbedded) GetSlice2() []*Any

func (*ComplexProtobufEmbedded) ProtoMessage

func (*ComplexProtobufEmbedded) ProtoMessage()

func (*ComplexProtobufEmbedded) ProtoReflect

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

func (*ComplexProtobufEmbedded) Reset

func (x *ComplexProtobufEmbedded) Reset()

func (*ComplexProtobufEmbedded) String

func (x *ComplexProtobufEmbedded) String() string

type SimpleProtobuf

type SimpleProtobuf struct {
	String_ string   `protobuf:"bytes,1,opt,name=String,proto3" json:"String,omitempty"`
	Int64   int64    `protobuf:"varint,2,opt,name=Int64,proto3" json:"Int64,omitempty"`
	Float64 float64  `protobuf:"fixed64,3,opt,name=Float64,proto3" json:"Float64,omitempty"`
	Slice   []string `protobuf:"bytes,4,rep,name=Slice,proto3" json:"Slice,omitempty"`
	Bytes   []byte   `protobuf:"bytes,5,opt,name=Bytes,proto3" json:"Bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*SimpleProtobuf) Descriptor deprecated

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

Deprecated: Use SimpleProtobuf.ProtoReflect.Descriptor instead.

func (*SimpleProtobuf) GetBytes

func (x *SimpleProtobuf) GetBytes() []byte

func (*SimpleProtobuf) GetFloat64

func (x *SimpleProtobuf) GetFloat64() float64

func (*SimpleProtobuf) GetInt64

func (x *SimpleProtobuf) GetInt64() int64

func (*SimpleProtobuf) GetSlice

func (x *SimpleProtobuf) GetSlice() []string

func (*SimpleProtobuf) GetString_

func (x *SimpleProtobuf) GetString_() string

func (*SimpleProtobuf) ProtoMessage

func (*SimpleProtobuf) ProtoMessage()

func (*SimpleProtobuf) ProtoReflect

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

func (*SimpleProtobuf) Reset

func (x *SimpleProtobuf) Reset()

func (*SimpleProtobuf) String

func (x *SimpleProtobuf) String() string

Jump to

Keyboard shortcuts

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