Versions in this module Expand all Collapse all v1 v1.0.0 Apr 11, 2016 Changes in this version + var KeyType_name = map[int32]string + var KeyType_value = map[string]int32 + type KeyType int32 + const KeyType_RSA + func (x *KeyType) UnmarshalJSON(data []byte) error + func (x KeyType) Enum() *KeyType + func (x KeyType) String() string + type PrivateKey struct + Data []byte + Type *KeyType + XXX_unrecognized []byte + func (*PrivateKey) ProtoMessage() + func (m *PrivateKey) GetData() []byte + func (m *PrivateKey) GetType() KeyType + func (m *PrivateKey) Reset() + func (m *PrivateKey) String() string + type PublicKey struct + Data []byte + Type *KeyType + XXX_unrecognized []byte + func (*PublicKey) ProtoMessage() + func (m *PublicKey) GetData() []byte + func (m *PublicKey) GetType() KeyType + func (m *PublicKey) Reset() + func (m *PublicKey) String() string Incompatible versions in this module v2.0.1+incompatible Apr 11, 2016