mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
8 lines
180 B
Go
8 lines
180 B
Go
package plugins
|
|
|
|
const (
|
|
EvtSetupStarted = "buffalo-plugins:setup:started"
|
|
EvtSetupErr = "buffalo-plugins:setup:err"
|
|
EvtSetupFinished = "buffalo-plugins:setup:finished"
|
|
)
|