stored

package
v0.0.0-...-7f8ad27 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2018 License: MIT Imports: 3 Imported by: 0

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) Descriptor() ([]byte, []int)

func (*Data) GetPayload

func (m *Data) GetPayload() []byte

func (*Data) GetType

func (m *Data) GetType() Data_Type

func (*Data) ProtoMessage

func (*Data) ProtoMessage()

func (*Data) Reset

func (m *Data) Reset()

func (*Data) String

func (m *Data) String() string

type Data_Type

type Data_Type int32
const (
	Data_Normal Data_Type = 0
)

func (Data_Type) EnumDescriptor

func (Data_Type) EnumDescriptor() ([]byte, []int)

func (Data_Type) String

func (x Data_Type) String() string

Jump to

Keyboard shortcuts

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