Documentation
¶
Index ¶
- type AppsecAllowlist
- func (a *AppsecAllowlist) FetchAllowlists(ctx context.Context) error
- func (a *AppsecAllowlist) IsAllowlisted(sourceIP string) (bool, string)
- func (a *AppsecAllowlist) Start(ctx context.Context, client *apiclient.ApiClient) error
- func (a *AppsecAllowlist) StartRefresh(ctx context.Context, t *tomb.Tomb)
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(logger *log.Entry) *AppsecAllowlist
func (*AppsecAllowlist) FetchAllowlists ¶
func (a *AppsecAllowlist) FetchAllowlists(ctx context.Context) error
func (*AppsecAllowlist) IsAllowlisted ¶
func (a *AppsecAllowlist) IsAllowlisted(sourceIP string) (bool, string)
func (*AppsecAllowlist) StartRefresh ¶
func (a *AppsecAllowlist) StartRefresh(ctx context.Context, t *tomb.Tomb)
Click to show internal directories.
Click to hide internal directories.