Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound - record not found ErrNotFound = AntiBruteForceError("record not found") // ErrInvalidIP - invalid IP address ErrInvalidIP = AntiBruteForceError("invalid IP address") // ErrInvalidCIDR - invalid CIDR address ErrInvalidCIDR = AntiBruteForceError("invalid CIDR") // ErrBucketNotFound - bucket not found ErrBucketNotFound = AntiBruteForceError("bucket not found") )
Functions ¶
This section is empty.
Types ¶
type AntiBruteForceError ¶
type AntiBruteForceError string
AntiBruteForceError Business errors type
func (AntiBruteForceError) Error ¶
func (a AntiBruteForceError) Error() string
Click to show internal directories.
Click to hide internal directories.