Documentation ¶
Index ¶
- type API
- func (a *API) DownloadLogsHandler(c echo.Context) error
- func (a *API) GetAttemptsHandler(c echo.Context) error
- func (a *API) GetLogsHandler(c echo.Context) error
- func (a *API) LayersHandler(c echo.Context) error
- func (a *API) RepositoriesHandler(c echo.Context) error
- func (a *API) SyncLayerHandler(c echo.Context) error
- type GetAttemptsResponse
- type GetLogsResponse
- type Run
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct { Client client.Client Datastore datastore.Client // contains filtered or unexported fields }
func (*API) DownloadLogsHandler ¶ added in v0.4.0
func (*API) GetAttemptsHandler ¶ added in v0.4.0
func (*API) GetLogsHandler ¶ added in v0.4.0
logs/${namespace}/${layer}/${runId}/${attemptId}
func (*API) LayersHandler ¶
func (*API) RepositoriesHandler ¶
func (*API) SyncLayerHandler ¶ added in v0.5.0
type GetAttemptsResponse ¶ added in v0.4.0
type GetAttemptsResponse struct {
Count int `json:"count"`
}
type GetLogsResponse ¶ added in v0.4.0
type GetLogsResponse struct {
Results []string `json:"results"`
}
Click to show internal directories.
Click to hide internal directories.