Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func StartHandler ¶
func (*Handler) AddRun ¶
func (h *Handler) AddRun(data artifactcache.RunData) (string, error)
Informs the proxy of a workflow run that can make cache requests. The RunData contains the information about the repository. The function returns the 32-bit random key which the run will use to identify itself.
func (*Handler) CreateRunData ¶
func (h *Handler) CreateRunData(fullName, runNumber, timestamp, writeIsolationKey string) artifactcache.RunData
func (*Handler) ExternalURL ¶
Click to show internal directories.
Click to hide internal directories.