Documentation ¶
Index ¶
- type InMemStore
- func (s InMemStore) Add(user, service, host string, port uint16, pwd string) error
- func (s InMemStore) AddBulk(creds []string) error
- func (s InMemStore) Delete(user, service, host string, port uint16) error
- func (s InMemStore) Get(user, service, host string, port uint16) (string, error)
- func (s InMemStore) Update(user, service, host string, port uint16, pwd string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemStore ¶
func New ¶
func New() InMemStore
func (InMemStore) Add ¶
func (s InMemStore) Add(user, service, host string, port uint16, pwd string) error
func (InMemStore) AddBulk ¶
func (s InMemStore) AddBulk(creds []string) error
func (InMemStore) Delete ¶
func (s InMemStore) Delete(user, service, host string, port uint16) error
Click to show internal directories.
Click to hide internal directories.