rule

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2023 License: MIT 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 RuleManager

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

func New

func New() *RuleManager

func (*RuleManager) Detect

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

func (*RuleManager) GetDetectResult

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

func (*RuleManager) UpdateRule

func (r *RuleManager) 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