Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage interface {
GetKeysByTag(tag string) ([]*key.ResponseKey, error)
UpdateKey(id string, key *key.RequestKey) (*key.ResponseKey, error)
CreateKey(id string, key *key.RequestKey) (*key.ResponseKey, error)
DeleteKey(id string) error
}
Click to show internal directories.
Click to hide internal directories.