package issue617
import "github.com/gogo/protobuf/test/issue617"
Index ¶
- Variables
- type Foo
- func (*Foo) Descriptor() ([]byte, []int)
- func (m *Foo) GetBar() *Foo_Bar
- func (m *Foo) GetDetails() isFoo_Details
- func (m *Foo) Marshal() (dAtA []byte, err error)
- func (m *Foo) MarshalTo(dAtA []byte) (int, error)
- func (m *Foo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Foo) ProtoMessage()
- func (m *Foo) ProtoSize() (n int)
- func (m *Foo) Reset()
- func (m *Foo) String() string
- func (m *Foo) Unmarshal(dAtA []byte) error
- 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 (*Foo) XXX_OneofWrappers() []interface{}
- func (m *Foo) XXX_Size() int
- func (m *Foo) XXX_Unmarshal(b []byte) error
- type Foo_Bar
- func (*Foo_Bar) Descriptor() ([]byte, []int)
- func (m *Foo_Bar) Marshal() (dAtA []byte, err error)
- func (m *Foo_Bar) MarshalTo(dAtA []byte) (int, error)
- func (m *Foo_Bar) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Foo_Bar) ProtoMessage()
- func (m *Foo_Bar) ProtoSize() (n int)
- func (m *Foo_Bar) Reset()
- func (m *Foo_Bar) String() string
- func (m *Foo_Bar) Unmarshal(dAtA []byte) error
- func (m *Foo_Bar) XXX_DiscardUnknown()
- func (m *Foo_Bar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Foo_Bar) XXX_Merge(src proto.Message)
- func (m *Foo_Bar) XXX_Size() int
- func (m *Foo_Bar) XXX_Unmarshal(b []byte) error
- type Foo_Bar_
Variables ¶
var ( ErrInvalidLengthIssue617 = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowIssue617 = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupIssue617 = fmt.Errorf("proto: unexpected end of group") )
Types ¶
type Foo ¶
type Foo struct { // Types that are valid to be assigned to Details: // *Foo_Bar_ Details isFoo_Details `protobuf_oneof:"details"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Foo) Descriptor ¶
func (*Foo) GetBar ¶
func (*Foo) GetDetails ¶
func (m *Foo) GetDetails() isFoo_Details
func (*Foo) Marshal ¶
func (*Foo) MarshalTo ¶
func (*Foo) MarshalToSizedBuffer ¶
func (*Foo) ProtoMessage ¶
func (*Foo) ProtoMessage()
func (*Foo) ProtoSize ¶
func (*Foo) Reset ¶
func (m *Foo) Reset()
func (*Foo) String ¶
func (*Foo) Unmarshal ¶
func (*Foo) XXX_DiscardUnknown ¶
func (m *Foo) XXX_DiscardUnknown()
func (*Foo) XXX_Marshal ¶
func (*Foo) XXX_Merge ¶
func (*Foo) XXX_OneofWrappers ¶
func (*Foo) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Foo) XXX_Size ¶
func (*Foo) XXX_Unmarshal ¶
type Foo_Bar ¶
type Foo_Bar struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Foo_Bar) Descriptor ¶
func (*Foo_Bar) Marshal ¶
func (*Foo_Bar) MarshalTo ¶
func (*Foo_Bar) MarshalToSizedBuffer ¶
func (*Foo_Bar) ProtoMessage ¶
func (*Foo_Bar) ProtoMessage()
func (*Foo_Bar) ProtoSize ¶
func (*Foo_Bar) Reset ¶
func (m *Foo_Bar) Reset()
func (*Foo_Bar) String ¶
func (*Foo_Bar) Unmarshal ¶
func (*Foo_Bar) XXX_DiscardUnknown ¶
func (m *Foo_Bar) XXX_DiscardUnknown()
func (*Foo_Bar) XXX_Marshal ¶
func (*Foo_Bar) XXX_Merge ¶
func (*Foo_Bar) XXX_Size ¶
func (*Foo_Bar) XXX_Unmarshal ¶
type Foo_Bar_ ¶
type Foo_Bar_ struct { Bar *Foo_Bar `protobuf:"bytes,1,opt,name=bar,proto3,oneof" json:"bar,omitempty"` }
func (*Foo_Bar_) MarshalTo ¶
func (*Foo_Bar_) MarshalToSizedBuffer ¶
func (*Foo_Bar_) ProtoSize ¶
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.