proto_json

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

README

proto_json

Json data protocol for Synerex

Documentation

Index

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL