Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppsecAllowlist ¶
type AppsecAllowlist struct {
LAPIClient *apiclient.ApiClient
// contains filtered or unexported fields
}
func NewAppsecAllowlist ¶
func NewAppsecAllowlist(client *apiclient.ApiClient, logger *log.Entry) *AppsecAllowlist
func (*AppsecAllowlist) FetchAllowlists ¶
func (a *AppsecAllowlist) FetchAllowlists() error
func (*AppsecAllowlist) IsAllowlisted ¶
func (a *AppsecAllowlist) IsAllowlisted(sourceIP string) (bool, string)
func (*AppsecAllowlist) StartRefresh ¶
func (a *AppsecAllowlist) StartRefresh(t *tomb.Tomb)
Click to show internal directories.
Click to hide internal directories.