protos

package
v0.0.0-...-80c7550 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Key_Format_name = map[int32]string{
	0: "x509",
}
View Source
var Key_Format_value = map[string]int32{
	"x509": 0,
}

Functions

This section is empty.

Types

type Key

type Key struct {
	Format               Key_Format `protobuf:"varint,1,opt,name=format,proto3,enum=protos.Key_Format" json:"format,omitempty"`
	Data                 []byte     `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*Key) Descriptor

func (*Key) Descriptor() ([]byte, []int)

func (*Key) GetData

func (m *Key) GetData() []byte

func (*Key) GetFormat

func (m *Key) GetFormat() Key_Format

func (*Key) ProtoMessage

func (*Key) ProtoMessage()

func (*Key) Reset

func (m *Key) Reset()

func (*Key) String

func (m *Key) String() string

func (*Key) XXX_DiscardUnknown

func (m *Key) XXX_DiscardUnknown()

func (*Key) XXX_Marshal

func (m *Key) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Key) XXX_Merge

func (m *Key) XXX_Merge(src proto.Message)

func (*Key) XXX_Size

func (m *Key) XXX_Size() int

func (*Key) XXX_Unmarshal

func (m *Key) XXX_Unmarshal(b []byte) error

type Key_Format

type Key_Format int32
const (
	Key_x509 Key_Format = 0
)

func (Key_Format) EnumDescriptor

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

func (Key_Format) String

func (x Key_Format) String() string

Jump to

Keyboard shortcuts

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