rule

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2022 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 RuleManager

type RuleManager struct {
	InboundRule         *sync.Map // Key: Tag, Value: []api.DetectRule
	InboundProtocolRule *sync.Map // Key: Tag, Value: []string
	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) ProtocolDetect

func (r *RuleManager) ProtocolDetect(tag string, protocol string) bool

func (*RuleManager) UpdateProtocolRule

func (r *RuleManager) UpdateProtocolRule(tag string, ruleList []string) 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