Versions in this module Expand all Collapse all v0 v0.0.2 Oct 20, 2022 v0.0.1 Oct 13, 2022 Changes in this version + var Message_ChildEnum_name = map[int32]string + var Message_ChildEnum_value = map[string]int32 + var SiblingEnum_name = map[int32]string + var SiblingEnum_value = map[string]int32 + type Message struct + MapBoolBool map[bool]bool + MapBoolBytes map[bool][]byte + MapBoolChildEnum map[bool]Message_ChildEnum + MapBoolChildMessage map[bool]*Message_ChildMessage + MapBoolDouble map[bool]float64 + MapBoolFixed32 map[bool]uint32 + MapBoolFixed64 map[bool]uint64 + MapBoolFloat map[bool]float32 + MapBoolInt32 map[bool]int32 + MapBoolInt64 map[bool]int64 + MapBoolSfixed32 map[bool]int32 + MapBoolSfixed64 map[bool]int64 + MapBoolSiblingEnum map[bool]SiblingEnum + MapBoolSiblingMessage map[bool]*SiblingMessage + MapBoolSint32 map[bool]int32 + MapBoolSint64 map[bool]int64 + MapBoolString map[bool]string + MapBoolUint32 map[bool]uint32 + MapBoolUint64 map[bool]uint64 + MapFixed32Bool map[uint32]bool + MapInt32Bool map[int32]bool + MapInt64Bool map[int64]bool + MapSint32Bool map[int32]bool + MapSint64Bool map[int64]bool + MapStringBool map[string]bool + MapUint32Bool map[uint32]bool + MapUint64Bool map[uint64]bool + OneofUnion isMessage_OneofUnion + OptionalBool bool + OptionalBytes []byte + OptionalChildEnum Message_ChildEnum + OptionalChildMessage *Message_ChildMessage + OptionalDouble float64 + OptionalFixed32 uint32 + OptionalFixed64 uint64 + OptionalFloat float32 + OptionalInt32 int32 + OptionalInt64 int64 + OptionalSfixed32 int32 + OptionalSfixed64 int64 + OptionalSiblingEnum SiblingEnum + OptionalSiblingMessage *SiblingMessage + OptionalSint32 int32 + OptionalSint64 int64 + OptionalString string + OptionalUint32 uint32 + OptionalUint64 uint64 + RepeatedBool []bool + RepeatedBytes [][]byte + RepeatedChildEnum []Message_ChildEnum + RepeatedChildMessage []*Message_ChildMessage + RepeatedDouble []float64 + RepeatedFixed32 []uint32 + RepeatedFixed64 []uint64 + RepeatedFloat []float32 + RepeatedInt32 []int32 + RepeatedInt64 []int64 + RepeatedSfixed32 []int32 + RepeatedSfixed64 []int64 + RepeatedSiblingEnum []SiblingEnum + RepeatedSiblingMessage []*SiblingMessage + RepeatedSint32 []int32 + RepeatedSint64 []int64 + RepeatedString []string + RepeatedUint32 []uint32 + RepeatedUint64 []uint64 + func (*Message) Descriptor() ([]byte, []int) + func (*Message) ProtoMessage() + func (*Message) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *Message) GetMapBoolBool() map[bool]bool + func (m *Message) GetMapBoolBytes() map[bool][]byte + func (m *Message) GetMapBoolChildEnum() map[bool]Message_ChildEnum + func (m *Message) GetMapBoolChildMessage() map[bool]*Message_ChildMessage + func (m *Message) GetMapBoolDouble() map[bool]float64 + func (m *Message) GetMapBoolFixed32() map[bool]uint32 + func (m *Message) GetMapBoolFixed64() map[bool]uint64 + func (m *Message) GetMapBoolFloat() map[bool]float32 + func (m *Message) GetMapBoolInt32() map[bool]int32 + func (m *Message) GetMapBoolInt64() map[bool]int64 + func (m *Message) GetMapBoolSfixed32() map[bool]int32 + func (m *Message) GetMapBoolSfixed64() map[bool]int64 + func (m *Message) GetMapBoolSiblingEnum() map[bool]SiblingEnum + func (m *Message) GetMapBoolSiblingMessage() map[bool]*SiblingMessage + func (m *Message) GetMapBoolSint32() map[bool]int32 + func (m *Message) GetMapBoolSint64() map[bool]int64 + func (m *Message) GetMapBoolString() map[bool]string + func (m *Message) GetMapBoolUint32() map[bool]uint32 + func (m *Message) GetMapBoolUint64() map[bool]uint64 + func (m *Message) GetMapFixed32Bool() map[uint32]bool + func (m *Message) GetMapInt32Bool() map[int32]bool + func (m *Message) GetMapInt64Bool() map[int64]bool + func (m *Message) GetMapSint32Bool() map[int32]bool + func (m *Message) GetMapSint64Bool() map[int64]bool + func (m *Message) GetMapStringBool() map[string]bool + func (m *Message) GetMapUint32Bool() map[uint32]bool + func (m *Message) GetMapUint64Bool() map[uint64]bool + func (m *Message) GetOneofBool() bool + func (m *Message) GetOneofBytes() []byte + func (m *Message) GetOneofChildEnum() Message_ChildEnum + func (m *Message) GetOneofChildMessage() *Message_ChildMessage + func (m *Message) GetOneofDouble() float64 + func (m *Message) GetOneofFixed32() uint32 + func (m *Message) GetOneofFixed64() uint64 + func (m *Message) GetOneofFloat() float32 + func (m *Message) GetOneofInt32() int32 + func (m *Message) GetOneofInt64() int64 + func (m *Message) GetOneofSfixed32() int32 + func (m *Message) GetOneofSfixed64() int64 + func (m *Message) GetOneofSiblingEnum() SiblingEnum + func (m *Message) GetOneofSiblingMessage() *SiblingMessage + func (m *Message) GetOneofSint32() int32 + func (m *Message) GetOneofSint64() int64 + func (m *Message) GetOneofString() string + func (m *Message) GetOneofString1() string + func (m *Message) GetOneofString2() string + func (m *Message) GetOneofString3() string + func (m *Message) GetOneofUint32() uint32 + func (m *Message) GetOneofUint64() uint64 + func (m *Message) GetOneofUnion() isMessage_OneofUnion + func (m *Message) GetOptionalChildMessage() *Message_ChildMessage + func (m *Message) GetOptionalSiblingMessage() *SiblingMessage + func (m *Message) GetRepeatedChildMessage() []*Message_ChildMessage + func (m *Message) GetRepeatedSiblingMessage() []*SiblingMessage + func (m *Message) Reset() + func (m *Message) String() string + type Message_ChildEnum int32 + const Message_ALPHA + const Message_BRAVO + const Message_CHARLIE + func (Message_ChildEnum) EnumDescriptor() ([]byte, []int) + func (x Message_ChildEnum) String() string + type Message_ChildMessage struct + F1 string + F2 []string + F3 *Message + func (*Message_ChildMessage) Descriptor() ([]byte, []int) + func (*Message_ChildMessage) ProtoMessage() + func (m *Message_ChildMessage) GetF3() *Message + func (m *Message_ChildMessage) Reset() + func (m *Message_ChildMessage) String() string + type Message_OneofBool struct + OneofBool bool + type Message_OneofBytes struct + OneofBytes []byte + type Message_OneofChildEnum struct + OneofChildEnum Message_ChildEnum + type Message_OneofChildMessage struct + OneofChildMessage *Message_ChildMessage + type Message_OneofDouble struct + OneofDouble float64 + type Message_OneofFixed32 struct + OneofFixed32 uint32 + type Message_OneofFixed64 struct + OneofFixed64 uint64 + type Message_OneofFloat struct + OneofFloat float32 + type Message_OneofInt32 struct + OneofInt32 int32 + type Message_OneofInt64 struct + OneofInt64 int64 + type Message_OneofSfixed32 struct + OneofSfixed32 int32 + type Message_OneofSfixed64 struct + OneofSfixed64 int64 + type Message_OneofSiblingEnum struct + OneofSiblingEnum SiblingEnum + type Message_OneofSiblingMessage struct + OneofSiblingMessage *SiblingMessage + type Message_OneofSint32 struct + OneofSint32 int32 + type Message_OneofSint64 struct + OneofSint64 int64 + type Message_OneofString struct + OneofString string + type Message_OneofString1 struct + OneofString1 string + type Message_OneofString2 struct + OneofString2 string + type Message_OneofString3 struct + OneofString3 string + type Message_OneofUint32 struct + OneofUint32 uint32 + type Message_OneofUint64 struct + OneofUint64 uint64 + type SiblingEnum int32 + const SiblingEnum_ALPHA + const SiblingEnum_BRAVO + const SiblingEnum_CHARLIE + func (SiblingEnum) EnumDescriptor() ([]byte, []int) + func (x SiblingEnum) String() string + type SiblingMessage struct + F1 string + F2 []string + F3 *Message + func (*SiblingMessage) Descriptor() ([]byte, []int) + func (*SiblingMessage) ProtoMessage() + func (m *SiblingMessage) GetF3() *Message + func (m *SiblingMessage) Reset() + func (m *SiblingMessage) String() string