var ( ErrInvalidLengthIssue617 = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowIssue617 = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupIssue617 = fmt.Errorf("proto: unexpected end of group") )
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() ([]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{}
XXX_OneofWrappers is for the internal use of the proto package.
func (m *Foo) XXX_Size() int
func (m *Foo) XXX_Unmarshal(b []byte) error
type Foo_Bar struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
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_ struct { Bar *Foo_Bar `protobuf:"bytes,1,opt,name=bar,proto3,oneof" json:"bar,omitempty"` }
func (m *Foo_Bar_) MarshalTo(dAtA []byte) (int, error)
func (m *Foo_Bar_) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *Foo_Bar_) ProtoSize() (n int)