Documentation
¶
Overview ¶
Package stored is a generated protocol buffer package.
It is generated from these files:
stored.proto
It has these top-level messages:
Data
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Data_Type_name = map[int32]string{
0: "Normal",
}
View Source
var Data_Type_value = map[string]int32{
"Normal": 0,
}
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Type Data_Type `protobuf:"varint,2,opt,name=type,enum=stored.Data_Type" json:"type,omitempty"` }
func (*Data) Descriptor ¶
func (*Data) GetPayload ¶
func (*Data) ProtoMessage ¶
func (*Data) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.