Documentation
¶
Overview ¶
Package acl provides access to Fastly ACLs.
See the Fastly ACL documentation for details.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound indicates the requested ACL was not found. ErrNotFound = errors.New("acl: not found") // ErrInvalidHandle indicatest the ACL handle was invalid. ErrInvalidHandle = errors.New("acl: invalid handle") // ErrInvalidResponseBody indicates the looup response body was invalid. ErrInvalidResponseBody = errors.New("acl: invalid response body") // ErrInvalidArgument indicates the IP address was invalid. ErrInvalidArgument = errors.New("acl: invalid argument") // ErrNoContent indicates there was no entry for the provided IP address. ErrNoContent = errors.New("acl: no content") // ErrTooManyRequests indicates too many requests were made. ErrTooManyRequests = errors.New("acl: too many requests") // ErrUnexpected indicates an unexpected error occurred. ErrUnexpected = errors.New("acl: unexepected error") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.