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 BlackListRepository ¶ added in v0.0.14
type BlackListRepository interface {
FindByIPv4(ipv4 string) (*model.BlackListItem, error)
}
type Store ¶
type Store interface { Token() TokenRepository Blacklist() BlackListRepository }
Store is an interface for communication with store.
Click to show internal directories.
Click to hide internal directories.