Documentation
¶
Index ¶
Constants ¶
View Source
const (
// AbuseIPDBAPIURL is the base URL of the AbuseIPDB API
AbuseIPDBAPIURL = "https://api.abuseipdb.com/api/v2/check"
)
Variables ¶
View Source
var ( // ErrEmptyAPIKey is returned when the API key is empty ErrEmptyAPIKey = errors.New("abuseipdb: API key is empty") // ErrInvalidResponse is returned when the API response is invalid ErrInvalidResponse = errors.New("abuseipdb: invalid API response") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.