Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PushMessage ¶
type PushMessage struct { Action string `json:"action,omitempty"` Digest string `json:"digest,omitempty"` Tag string `json:"tag,omitempty"` }
PushMessage is a struct for the GCR push event
func (PushMessage) EventRepository ¶
func (m PushMessage) EventRepository() string
EventRepository is an implementation of the hooks.PushEvent interface.
func (PushMessage) EventTag ¶
func (m PushMessage) EventTag() string
EventTag is an implementation of the hooks.PushEvent interface.
func (PushMessage) PushedImageURL ¶
func (m PushMessage) PushedImageURL() string
PushedImageURL is an implementation of the hooks.PushEvent interface.
Click to show internal directories.
Click to hide internal directories.