Documentation ¶
Index ¶
- Variables
- func Binary() ([]byte, error)
- type InitConfig
- func (*InitConfig) Descriptor() ([]byte, []int)
- func (m *InitConfig) GetPassphrases() []string
- func (m *InitConfig) Marshal() (dAtA []byte, err error)
- func (m *InitConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *InitConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*InitConfig) ProtoMessage()
- func (m *InitConfig) Reset()
- func (m *InitConfig) Size() (n int)
- func (m *InitConfig) String() string
- func (m *InitConfig) Unmarshal(dAtA []byte) error
- func (m *InitConfig) XXX_DiscardUnknown()
- func (m *InitConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InitConfig) XXX_Merge(src proto.Message)
- func (m *InitConfig) XXX_Size() int
- func (m *InitConfig) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type InitConfig ¶
type InitConfig struct {
Passphrases []string `protobuf:"bytes,1,rep,name=passphrases,proto3" json:"passphrases,omitempty"`
}
func (*InitConfig) Descriptor ¶
func (*InitConfig) Descriptor() ([]byte, []int)
func (*InitConfig) GetPassphrases ¶
func (m *InitConfig) GetPassphrases() []string
func (*InitConfig) Marshal ¶
func (m *InitConfig) Marshal() (dAtA []byte, err error)
func (*InitConfig) MarshalToSizedBuffer ¶
func (m *InitConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*InitConfig) ProtoMessage ¶
func (*InitConfig) ProtoMessage()
func (*InitConfig) Reset ¶
func (m *InitConfig) Reset()
func (*InitConfig) Size ¶
func (m *InitConfig) Size() (n int)
func (*InitConfig) String ¶
func (m *InitConfig) String() string
func (*InitConfig) Unmarshal ¶
func (m *InitConfig) Unmarshal(dAtA []byte) error
func (*InitConfig) XXX_DiscardUnknown ¶
func (m *InitConfig) XXX_DiscardUnknown()
func (*InitConfig) XXX_Marshal ¶
func (m *InitConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InitConfig) XXX_Merge ¶
func (m *InitConfig) XXX_Merge(src proto.Message)
func (*InitConfig) XXX_Size ¶
func (m *InitConfig) XXX_Size() int
func (*InitConfig) XXX_Unmarshal ¶
func (m *InitConfig) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.