Versions in this module Expand all Collapse all v0 v0.1.3 Aug 26, 2019 Changes in this version + type Event struct + Action string + ID string + Target *Target + TimeStamp time.Time + type Notification struct + Events []Event + type PreheatHandler struct + func NewPreheatHandler(client blobclient.ClusterClient) *PreheatHandler + func (ph *PreheatHandler) Handle(w http.ResponseWriter, r *http.Request) error + type Server struct + func New(stats tally.Scope, client blobclient.ClusterClient) *Server + func (s *Server) Handler() http.Handler + type Target struct + Digest string + MediaType string + Repository string + Tag string + URL string