Documentation
¶
Index ¶
- type JsonRecord
- func (*JsonRecord) Descriptor() ([]byte, []int)
- func (m *JsonRecord) GetJson() string
- func (m *JsonRecord) GetTag() string
- func (m *JsonRecord) GetTime() *timestamp.Timestamp
- func (*JsonRecord) ProtoMessage()
- func (m *JsonRecord) Reset()
- func (m *JsonRecord) String() string
- func (m *JsonRecord) XXX_DiscardUnknown()
- func (m *JsonRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *JsonRecord) XXX_Merge(src proto.Message)
- func (m *JsonRecord) XXX_Size() int
- func (m *JsonRecord) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonRecord ¶
type JsonRecord struct { Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"` Time *timestamp.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` Json string `protobuf:"bytes,3,opt,name=json,proto3" json:"json,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*JsonRecord) Descriptor ¶
func (*JsonRecord) Descriptor() ([]byte, []int)
func (*JsonRecord) GetJson ¶
func (m *JsonRecord) GetJson() string
func (*JsonRecord) GetTag ¶
func (m *JsonRecord) GetTag() string
func (*JsonRecord) GetTime ¶
func (m *JsonRecord) GetTime() *timestamp.Timestamp
func (*JsonRecord) ProtoMessage ¶
func (*JsonRecord) ProtoMessage()
func (*JsonRecord) Reset ¶
func (m *JsonRecord) Reset()
func (*JsonRecord) String ¶
func (m *JsonRecord) String() string
func (*JsonRecord) XXX_DiscardUnknown ¶
func (m *JsonRecord) XXX_DiscardUnknown()
func (*JsonRecord) XXX_Marshal ¶
func (m *JsonRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*JsonRecord) XXX_Merge ¶
func (dst *JsonRecord) XXX_Merge(src proto.Message)
func (*JsonRecord) XXX_Size ¶
func (m *JsonRecord) XXX_Size() int
func (*JsonRecord) XXX_Unmarshal ¶
func (m *JsonRecord) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.