Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Credentials ¶
type Credentials interface { Encode(v map[string]*Item) ([]byte, error) Decode(raw []byte) (map[string]*Item, error) }
func New ¶
func New() Credentials
Click to show internal directories.
Click to hide internal directories.