Documentation ¶
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_
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
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:"-" pg:"-"` XXX_unrecognized []byte `json:"-" pg:"-"` XXX_sizecache int32 `json:"-" pg:"-"` }
func (*Foo) Descriptor ¶
func (*Foo) GetDetails ¶
func (m *Foo) GetDetails() isFoo_Details
func (*Foo) ProtoMessage ¶
func (*Foo) ProtoMessage()
func (*Foo) XXX_DiscardUnknown ¶
func (m *Foo) XXX_DiscardUnknown()
func (*Foo) XXX_OneofWrappers ¶
func (*Foo) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Foo) XXX_Unmarshal ¶
type Foo_Bar ¶
type Foo_Bar struct { XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"` XXX_unrecognized []byte `json:"-" pg:"-"` XXX_sizecache int32 `json:"-" pg:"-"` }
func (*Foo_Bar) Descriptor ¶
func (*Foo_Bar) MarshalToSizedBuffer ¶
func (*Foo_Bar) ProtoMessage ¶
func (*Foo_Bar) ProtoMessage()
func (*Foo_Bar) XXX_DiscardUnknown ¶
func (m *Foo_Bar) XXX_DiscardUnknown()
func (*Foo_Bar) XXX_Marshal ¶
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" pg:"bar"`
}
func (*Foo_Bar_) MarshalToSizedBuffer ¶
Click to show internal directories.
Click to hide internal directories.