Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RepositoryPushHook ¶
type RepositoryPushHook struct {
Name string `json:"name"`
Repository string `json:"repository"`
Namespace string `json:"namespace"`
DockerURL string `json:"docker_url"`
Homepage string `json:"homepage"`
UpdatedTags []string `json:"updated_tags,omitempty"`
}
RepositoryPushHook is a struct for the Quay.io push event.
func (RepositoryPushHook) EventRepository ¶
func (p RepositoryPushHook) EventRepository() string
EventRepository is an implementation of the hooks.PushEvent interface.
func (RepositoryPushHook) EventTag ¶
func (p RepositoryPushHook) EventTag() string
EventTag is an implementation of the hooks.PushEvent interface.
func (RepositoryPushHook) PushedImageURL ¶
func (p RepositoryPushHook) PushedImageURL() string
PushedImageURL is an implementation of the hooks.PushEvent interface.
Click to show internal directories.
Click to hide internal directories.