Documentation
¶
Overview ¶
To avoid importing a large number of redundant dependencies, we ported harbor structure definitions to this file.
Ported from github.com/goharbor/harbor/src/controller/event Ported from github.com/goharbor/harbor/src/pkg/notifier/model
Index ¶
Constants ¶
View Source
const TopicPushArtifact = "PUSH_ARTIFACT"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventData ¶
type EventData struct {
Resources []*Resource `json:"resources,omitempty"`
}
EventData of notification event payload
Click to show internal directories.
Click to hide internal directories.