Documentation ¶
Index ¶
- Variables
- type Error
- type IDPWMemo
- func (self *IDPWMemo) AddNewService(serviceName string) error
- func (self *IDPWMemo) ChangePassword(newPassword []byte) error
- func (self *IDPWMemo) Clear()
- func (self *IDPWMemo) GetSelectedService() (*Service, error)
- func (self *IDPWMemo) GetService(index int) (*Service, error)
- func (self *IDPWMemo) LoadMemo(buf []byte) error
- func (self *IDPWMemo) NewMemo() error
- func (self *IDPWMemo) Save() ([]byte, error)
- func (self *IDPWMemo) Secrets() (*Values, error)
- func (self *IDPWMemo) SelectService(index int) error
- func (self *IDPWMemo) ServiceNames() ([]string, error)
- func (self *IDPWMemo) Services() ([]*Service, error)
- func (self *IDPWMemo) SetPassword(password []byte) error
- func (self *IDPWMemo) Values() (*Values, error)
- type Service
- type Value
- type ValueType
- type Values
Constants ¶
This section is empty.
Variables ¶
View Source
var DataFormatError = errors.New("data format error")
View Source
var FailDecrypt = errors.New("failed decrypt")
Functions ¶
This section is empty.
Types ¶
type IDPWMemo ¶
type IDPWMemo struct {
// contains filtered or unexported fields
}
func NewIDPWMemo ¶
func NewIDPWMemo() *IDPWMemo
func (*IDPWMemo) AddNewService ¶
func (*IDPWMemo) ChangePassword ¶
func (*IDPWMemo) GetSelectedService ¶ added in v1.2.0
func (*IDPWMemo) GetService ¶ added in v1.2.0
func (*IDPWMemo) SelectService ¶
func (*IDPWMemo) ServiceNames ¶
func (*IDPWMemo) SetPassword ¶
Click to show internal directories.
Click to hide internal directories.