Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶
type Event = string
const ( EventStart Event = "start" // start loading EventLoaded Event = "loaded" // first load EventQuit Event = "quit" // quit node gracefully EventReload Event = "reload" // reload config EventTerminated Event = "terminated" // process terminated EventNFTablesReady Event = "nftablesReady" // nftables ready )
Click to show internal directories.
Click to hide internal directories.