Versions in this module Expand all Collapse all v0 v0.1.1 Sep 24, 2023 v0.1.0 Sep 24, 2023 Changes in this version + var Choice_name = map[int32]string + var Choice_value = map[string]int32 + var File_marshaler_marshaler_proto protoreflect.FileDescriptor + type Choice int32 + const Choice_CHOICE_ONE + const Choice_CHOICE_THREE + const Choice_CHOICE_TWO + const Choice_CHOICE_UNSPECIFIED + func (Choice) Descriptor() protoreflect.EnumDescriptor + func (Choice) EnumDescriptor() ([]byte, []int) + func (Choice) Type() protoreflect.EnumType + func (x Choice) Enum() *Choice + func (x Choice) Number() protoreflect.EnumNumber + func (x Choice) String() string + type Marshaler struct + Array []string + Bool bool + Bytes []byte + Double float64 + Enum Choice + Fixed32 uint32 + Fixed64 uint64 + Float float32 + Int32 int32 + Int64 int64 + Map map[string]string + Payload isMarshaler_Payload + Sfixed32 int32 + Sfixed64 int64 + Sint32 int32 + Sint64 int64 + String_ string + Uint32 uint32 + Uint64 uint64 + func (*Marshaler) Descriptor() ([]byte, []int) + func (*Marshaler) ProtoMessage() + func (m *Marshaler) GetPayload() isMarshaler_Payload + func (x *Marshaler) GetAny() *anypb.Any + func (x *Marshaler) GetArray() []string + func (x *Marshaler) GetBool() bool + func (x *Marshaler) GetBytes() []byte + func (x *Marshaler) GetDouble() float64 + func (x *Marshaler) GetEnum() Choice + func (x *Marshaler) GetFixed32() uint32 + func (x *Marshaler) GetFixed64() uint64 + func (x *Marshaler) GetFloat() float32 + func (x *Marshaler) GetInt32() int32 + func (x *Marshaler) GetInt64() int64 + func (x *Marshaler) GetMap() map[string]string + func (x *Marshaler) GetMessage() *Message + func (x *Marshaler) GetSfixed32() int32 + func (x *Marshaler) GetSfixed64() int64 + func (x *Marshaler) GetSint32() int32 + func (x *Marshaler) GetSint64() int64 + func (x *Marshaler) GetString_() string + func (x *Marshaler) GetUint32() uint32 + func (x *Marshaler) GetUint64() uint64 + func (x *Marshaler) ProtoReflect() protoreflect.Message + func (x *Marshaler) Reset() + func (x *Marshaler) String() string + type Marshaler_Any struct + Any *anypb.Any + type Marshaler_Message struct + Message *Message + type Message struct + Text string + func (*Message) Descriptor() ([]byte, []int) + func (*Message) ProtoMessage() + func (x *Message) GetText() string + func (x *Message) ProtoReflect() protoreflect.Message + func (x *Message) Reset() + func (x *Message) String() string