Documentation ¶
Index ¶
- type TopLevel
- func (*TopLevel) Descriptor() ([]byte, []int)
- func (*TopLevel) ExtensionRangeArray() []proto.ExtensionRange
- func (m *TopLevel) GetI() int32
- func (m *TopLevel) GetJ() int64
- func (m *TopLevel) GetK() int32
- func (m *TopLevel) GetL() int64
- func (m *TopLevel) GetM() uint32
- func (m *TopLevel) GetN() uint64
- func (m *TopLevel) GetO() uint32
- func (m *TopLevel) GetP() uint64
- func (m *TopLevel) GetQ() int32
- func (m *TopLevel) GetR() int64
- func (m *TopLevel) GetS() float32
- func (m *TopLevel) GetT() float64
- func (m *TopLevel) GetU() []byte
- func (m *TopLevel) GetV() string
- func (m *TopLevel) GetW() bool
- func (*TopLevel) ProtoMessage()
- func (m *TopLevel) Reset()
- func (m *TopLevel) String() string
- func (m *TopLevel) XXX_DiscardUnknown()
- func (m *TopLevel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TopLevel) XXX_Merge(src proto.Message)
- func (m *TopLevel) XXX_Size() int
- func (m *TopLevel) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TopLevel ¶
type TopLevel struct { I *int32 `protobuf:"varint,1,opt,name=i" json:"i,omitempty"` J *int64 `protobuf:"varint,2,opt,name=j" json:"j,omitempty"` K *int32 `protobuf:"zigzag32,3,opt,name=k" json:"k,omitempty"` L *int64 `protobuf:"zigzag64,4,opt,name=l" json:"l,omitempty"` M *uint32 `protobuf:"varint,5,opt,name=m" json:"m,omitempty"` N *uint64 `protobuf:"varint,6,opt,name=n" json:"n,omitempty"` O *uint32 `protobuf:"fixed32,7,opt,name=o" json:"o,omitempty"` P *uint64 `protobuf:"fixed64,8,opt,name=p" json:"p,omitempty"` Q *int32 `protobuf:"fixed32,9,opt,name=q" json:"q,omitempty"` R *int64 `protobuf:"fixed64,10,opt,name=r" json:"r,omitempty"` S *float32 `protobuf:"fixed32,11,opt,name=s" json:"s,omitempty"` T *float64 `protobuf:"fixed64,12,opt,name=t" json:"t,omitempty"` U []byte `protobuf:"bytes,13,opt,name=u" json:"u,omitempty"` V *string `protobuf:"bytes,14,opt,name=v" json:"v,omitempty"` W *bool `protobuf:"varint,15,opt,name=w" json:"w,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` proto.XXX_InternalExtensions `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TopLevel) Descriptor ¶
func (*TopLevel) ExtensionRangeArray ¶
func (*TopLevel) ExtensionRangeArray() []proto.ExtensionRange
func (*TopLevel) ProtoMessage ¶
func (*TopLevel) ProtoMessage()
func (*TopLevel) XXX_DiscardUnknown ¶
func (m *TopLevel) XXX_DiscardUnknown()
func (*TopLevel) XXX_Marshal ¶
func (*TopLevel) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.