Versions in this module Expand all Collapse all v1 v1.0.1 May 3, 2023 Changes in this version + type Bar struct + Baz string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Bar) Descriptor() ([]byte, []int) + func (*Bar) ProtoMessage() + func (m *Bar) GetBaz() string + func (m *Bar) Reset() + func (m *Bar) String() string + func (m *Bar) XXX_DiscardUnknown() + func (m *Bar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Bar) XXX_Merge(src proto.Message) + func (m *Bar) XXX_Size() int + func (m *Bar) XXX_Unmarshal(b []byte) error + func (this *Bar) GoString() string + type Foo struct + Bar1 []Bar + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Foo) Descriptor() ([]byte, []int) + func (*Foo) ProtoMessage() + func (m *Foo) GetBar1() []Bar + func (m *Foo) Reset() + func (m *Foo) String() string + func (m *Foo) XXX_DiscardUnknown() + func (m *Foo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Foo) XXX_Merge(src proto.Message) + func (m *Foo) XXX_Size() int + func (m *Foo) XXX_Unmarshal(b []byte) error + func (this *Foo) GoString() string + type Qux struct + Bar1 []*Bar + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Qux) Descriptor() ([]byte, []int) + func (*Qux) ProtoMessage() + func (m *Qux) GetBar1() []*Bar + func (m *Qux) Reset() + func (m *Qux) String() string + func (m *Qux) XXX_DiscardUnknown() + func (m *Qux) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Qux) XXX_Merge(src proto.Message) + func (m *Qux) XXX_Size() int + func (m *Qux) XXX_Unmarshal(b []byte) error + func (this *Qux) GoString() string