rule

package
v1.3.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2023 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package rule is to control the audit rule behaviors

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager added in v1.0.0

type Manager struct {
	InboundRule         *sync.Map // Key: Tag, Value: []api.DetectRule
	InboundDetectResult *sync.Map // key: Tag, Value: mapset.NewSet []api.DetectResult
}

func New

func New() *Manager

func (*Manager) Detect added in v1.0.0

func (r *Manager) Detect(tag string, destination string, email string) (reject bool)

func (*Manager) GetDetectResult added in v1.0.0

func (r *Manager) GetDetectResult(tag string) (*[]api.DetectResult, error)

func (*Manager) UpdateRule added in v1.0.0

func (r *Manager) UpdateRule(tag string, newRuleList []api.DetectRule) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL