rule

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2026 License: MPL-2.0 Imports: 9 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

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

func New

func New() *Manager

func (*Manager) Detect

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

func (*Manager) GetDetectResult

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

func (*Manager) UpdateExemptUsers added in v1.1.2

func (r *Manager) UpdateExemptUsers(users []api.ExemptUser)

UpdateExemptUsers replaces the exempt user list

func (*Manager) UpdateRule

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