mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-28 11:19:58 +00:00
TUN-820: Fix caddyfile gitignore
This commit is contained in:
7
vendor/github.com/mholt/caddy/plugins.go
generated
vendored
7
vendor/github.com/mholt/caddy/plugins.go
generated
vendored
@@ -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.
|
||||
|
Reference in New Issue
Block a user