TUN-820: Fix caddyfile gitignore

This commit is contained in:
Areg Harutyunyan
2018-08-07 14:34:09 -05:00
parent a7d9747fae
commit 542bd90491
14 changed files with 1271 additions and 40 deletions

View File

@@ -263,9 +263,10 @@ type EventName string
// Define names for the various events
const (
StartupEvent EventName = "startup"
ShutdownEvent EventName = "shutdown"
CertRenewEvent EventName = "certrenew"
InstanceStartupEvent EventName = "instancestartup"
ShutdownEvent = "shutdown"
CertRenewEvent = "certrenew"
InstanceStartupEvent = "instancestartup"
InstanceRestartEvent = "instancerestart"
)
// EventHook is a type which holds information about a startup hook plugin.