package issue630
import "github.com/gogo/protobuf/test/issue630"
Index ¶
- type Bar
- func (*Bar) Descriptor() ([]byte, []int)
- func (m *Bar) GetBaz() string
- func (this *Bar) GoString() string
- func (*Bar) ProtoMessage()
- 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
- type Foo
- func (*Foo) Descriptor() ([]byte, []int)
- func (m *Foo) GetBar1() []Bar
- func (this *Foo) GoString() string
- func (*Foo) ProtoMessage()
- 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
- type Qux
- func (*Qux) Descriptor() ([]byte, []int)
- func (m *Qux) GetBar1() []*Bar
- func (this *Qux) GoString() string
- func (*Qux) ProtoMessage()
- 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
Types ¶
type Bar ¶
type Bar struct { Baz string `protobuf:"bytes,1,opt,name=Baz" json:"Baz"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Bar) Descriptor ¶
func (*Bar) GetBaz ¶
func (*Bar) GoString ¶
func (*Bar) ProtoMessage ¶
func (*Bar) ProtoMessage()
func (*Bar) Reset ¶
func (m *Bar) Reset()
func (*Bar) String ¶
func (*Bar) XXX_DiscardUnknown ¶
func (m *Bar) XXX_DiscardUnknown()
func (*Bar) XXX_Marshal ¶
func (*Bar) XXX_Merge ¶
func (*Bar) XXX_Size ¶
func (*Bar) XXX_Unmarshal ¶
type Foo ¶
type Foo struct { Bar1 []Bar `protobuf:"bytes,1,rep,name=Bar1" json:"Bar1"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Foo) Descriptor ¶
func (*Foo) GetBar1 ¶
func (*Foo) GoString ¶
func (*Foo) ProtoMessage ¶
func (*Foo) ProtoMessage()
func (*Foo) Reset ¶
func (m *Foo) Reset()
func (*Foo) String ¶
func (*Foo) XXX_DiscardUnknown ¶
func (m *Foo) XXX_DiscardUnknown()
func (*Foo) XXX_Marshal ¶
func (*Foo) XXX_Merge ¶
func (*Foo) XXX_Size ¶
func (*Foo) XXX_Unmarshal ¶
type Qux ¶
type Qux struct { Bar1 []*Bar `protobuf:"bytes,1,rep,name=Bar1" json:"Bar1,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Qux) Descriptor ¶
func (*Qux) GetBar1 ¶
func (*Qux) GoString ¶
func (*Qux) ProtoMessage ¶
func (*Qux) ProtoMessage()
func (*Qux) Reset ¶
func (m *Qux) Reset()
func (*Qux) String ¶
func (*Qux) XXX_DiscardUnknown ¶
func (m *Qux) XXX_DiscardUnknown()
func (*Qux) XXX_Marshal ¶
func (*Qux) XXX_Merge ¶
func (*Qux) XXX_Size ¶
func (*Qux) XXX_Unmarshal ¶
Source Files ¶
- Version
- v1.3.2 (latest)
- Published
- Jan 10, 2021
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 2 days ago –
Tools for package owners.