Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrRecordNotFound ... ErrRecordNotFound = errors.New("record not found") )
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface {
Token() TokenRepository
}
Store is an interface for communication with store.
Click to show internal directories.
Click to hide internal directories.