Documentation
¶
Index ¶
Constants ¶
View Source
const ( EventTypeArtifactPush = "artifact_push" EventTypeArtifactDelete = "artifact_delete" EventTypeTagDelete = "tag_delete" EventTypeChartUpload = "chart_upload" EventTypeChartDelete = "chart_delete" )
const definitions
Variables ¶
This section is empty.
Functions ¶
func GetLocalRegistry ¶
GetLocalRegistry returns the info of the local Harbor registry
Types ¶
type Handler ¶
Handler is the handler to handle event
func NewHandler ¶
func NewHandler(policyCtl policy.Controller, registryMgr registry.Manager, opCtl operation.Controller) Handler
NewHandler ...