mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
10 lines
267 B
Go
10 lines
267 B
Go
package event
|
|
|
|
import "github.com/wagoodman/go-partybus"
|
|
|
|
const (
|
|
AppUpdateAvailable partybus.EventType = "app-update-available"
|
|
CatalogerStarted partybus.EventType = "cataloger-started-event"
|
|
CatalogerFinished partybus.EventType = "cataloger-finished-event"
|
|
)
|