We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3441c commit b31d70fCopy full SHA for b31d70f
plugins.go
@@ -268,10 +268,10 @@ type EventName string
268
// Define names for the various events
269
const (
270
StartupEvent EventName = "startup"
271
- ShutdownEvent = "shutdown"
272
- CertRenewEvent = "certrenew"
273
- InstanceStartupEvent = "instancestartup"
274
- InstanceRestartEvent = "instancerestart"
+ ShutdownEvent EventName = "shutdown"
+ CertRenewEvent EventName = "certrenew"
+ InstanceStartupEvent EventName = "instancestartup"
+ InstanceRestartEvent EventName = "instancerestart"
275
)
276
277
// EventHook is a type which holds information about a startup hook plugin.
0 commit comments