Documentation ¶
Index ¶
- Variables
- type Key
- func (*Key) Descriptor() ([]byte, []int)
- func (m *Key) GetData() []byte
- func (m *Key) GetFormat() Key_Format
- func (*Key) ProtoMessage()
- func (m *Key) Reset()
- func (m *Key) String() string
- func (m *Key) XXX_DiscardUnknown()
- func (m *Key) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Key) XXX_Merge(src proto.Message)
- func (m *Key) XXX_Size() int
- func (m *Key) XXX_Unmarshal(b []byte) error
- type Key_Format
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) GetFormat ¶
func (m *Key) GetFormat() Key_Format
func (*Key) ProtoMessage ¶
func (*Key) ProtoMessage()
func (*Key) XXX_DiscardUnknown ¶
func (m *Key) XXX_DiscardUnknown()
func (*Key) XXX_Unmarshal ¶
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
Click to show internal directories.
Click to hide internal directories.