mirror of
https://github.com/goharbor/harbor
synced 2025-04-15 21:43:40 +00:00
12 lines
226 B
Go
12 lines
226 B
Go
package notifier
|
|
|
|
import (
|
|
"github.com/goharbor/harbor/src/common"
|
|
)
|
|
|
|
//Define global topic names
|
|
const (
|
|
//ScanAllPolicyTopic is for notifying the change of scanning all policy.
|
|
ScanAllPolicyTopic = common.ScanAllPolicy
|
|
)
|