13 lines
364 B
TOML
13 lines
364 B
TOML
name = "conn_ip_example"
|
|
kind = "Audit"
|
|
description = "just a test"
|
|
version = "1"
|
|
license = "" # Suggested: APLv2 or GPLv3. See https://choosealicense.com/ for details
|
|
validate = "Validate"
|
|
onInit = "OnInit"
|
|
onShutdown = "OnShutdown"
|
|
export = [
|
|
{extPoint="OnGeneralEvent", impl="OnGeneralEvent"},
|
|
{extPoint="OnConnectionEvent", impl="OnConnectionEvent"}
|
|
]
|