mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
9 lines
201 B
Go
9 lines
201 B
Go
package event
|
|
|
|
import "github.com/wagoodman/go-partybus"
|
|
|
|
const (
|
|
CatalogerStarted partybus.EventType = "cataloger-started-event"
|
|
CatalogerFinished partybus.EventType = "cataloger-finished-event"
|
|
)
|