mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Initial commit
This commit is contained in:
7
vendor/github.com/gobuffalo/buffalo-plugins/plugins/events.go
generated
vendored
Normal file
7
vendor/github.com/gobuffalo/buffalo-plugins/plugins/events.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package plugins
|
||||
|
||||
const (
|
||||
EvtSetupStarted = "buffalo-plugins:setup:started"
|
||||
EvtSetupErr = "buffalo-plugins:setup:err"
|
||||
EvtSetupFinished = "buffalo-plugins:setup:finished"
|
||||
)
|
||||
Reference in New Issue
Block a user