Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlacklistRepository ¶ added in v0.0.14
type BlacklistRepository struct {
// contains filtered or unexported fields
}
BlacklistRepository is responsible for black list.
func (*BlacklistRepository) FindByIPv4 ¶ added in v0.0.14
func (r *BlacklistRepository) FindByIPv4(ipv4 string) (*model.BlackListItem, error)
FindByIPv4 returns full information about the blacklisted record method by unique id.
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) Blacklist ¶ added in v0.0.14
func (s *Store) Blacklist() store.BlackListRepository
func (*Store) Token ¶
func (s *Store) Token() store.TokenRepository
type TokenRepository ¶
type TokenRepository struct {
// contains filtered or unexported fields
}
TokenRepository is responsible for tokens.
Click to show internal directories.
Click to hide internal directories.