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