Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Get ¶
func Get(name string) (plugintypes.Action, error)
Get returns an unwrapped RuleAction from the actionmap based on the name If the action does not exist it returns an error
func Register ¶
func Register(name string, a func() plugintypes.Action)
Register registers a new RuleAction It can be used also for plugins. If you register an action with an existing name, it will be overwritten.
Types ¶
This section is empty.
Source Files ¶
- actions.go
- allow.go
- auditlog.go
- block.go
- capture.go
- chain.go
- ctl.go
- deny.go
- drop.go
- exec.go
- expirevar.go
- id.go
- initcol.go
- log.go
- logdata.go
- maturity.go
- msg.go
- multimatch.go
- noauditlog.go
- nolog.go
- pass.go
- phase.go
- redirect.go
- rev.go
- setenv.go
- setvar.go
- severity.go
- skip.go
- skipafter.go
- status.go
- t.go
- tag.go
- ver.go
Click to show internal directories.
Click to hide internal directories.