Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckPatchLogs ¶
type CheckPatchLogs struct {
Raw *string `json:"raw"`
}
type CheckPatchReport ¶
type CheckPatchReport struct {
Report *string `json:"report"`
}
type HealthcheckController ¶
type HealthcheckController struct {
*goa.Controller
}
HealthcheckController implements the healthcheck resource.
func NewHealthcheckController ¶
func NewHealthcheckController(service *goa.Service) *HealthcheckController
NewHealthcheckController creates a healthcheck controller.
func (*HealthcheckController) Show ¶
func (c *HealthcheckController) Show(ctx *app.ShowHealthcheckContext) error
Show runs the show action.
type ResultsController ¶
type ResultsController struct { *goa.Controller // contains filtered or unexported fields }
ResultsController implements the Results resource.
func NewResultsController ¶
func NewResultsController(service *goa.Service, s storage.Storage) *ResultsController
NewResultsController creates a Results controller.
func (*ResultsController) GetLog ¶
func (c *ResultsController) GetLog(ctx *app.GetLogResultsContext) error
GetLog runs the getLog action.
func (*ResultsController) GetReport ¶
func (c *ResultsController) GetReport(ctx *app.GetReportResultsContext) error
GetReport runs the getReport action.
func (*ResultsController) Raw ¶
func (c *ResultsController) Raw(ctx *app.RawResultsContext) error
Raw runs the raw action.
func (*ResultsController) Report ¶
func (c *ResultsController) Report(ctx *app.ReportResultsContext) error
Report runs the report action.
Click to show internal directories.
Click to hide internal directories.