Documentation ¶
Overview ¶
Package nogrpc will be generated without grpc, demonstrating the override feature.
Index ¶
- type Thing
- func (*Thing) Descriptor() ([]byte, []int)
- func (m *Thing) GetTimestamp() *timestamp.Timestamp
- func (*Thing) ProtoMessage()
- func (m *Thing) Reset()
- func (m *Thing) String() string
- func (m *Thing) XXX_DiscardUnknown()
- func (m *Thing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Thing) XXX_Merge(src proto.Message)
- func (m *Thing) XXX_Size() int
- func (m *Thing) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Thing ¶
type Thing struct { Timestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Thing) Descriptor ¶
func (*Thing) GetTimestamp ¶
func (*Thing) ProtoMessage ¶
func (*Thing) ProtoMessage()
func (*Thing) XXX_DiscardUnknown ¶
func (m *Thing) XXX_DiscardUnknown()
func (*Thing) XXX_Marshal ¶
func (*Thing) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.