Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthController ¶
type HealthController struct {
*goa.Controller
}
HealthController implements the health resource.
func NewHealthController ¶
func NewHealthController(service *goa.Service) *HealthController
NewHealthController creates a health controller.
func (*HealthController) Healthcheck ¶
func (c *HealthController) Healthcheck(ctx *app.HealthcheckHealthContext) error
Healthcheck runs the healthcheck action.
type KeysController ¶
KeysController implements the keys resource.
func NewKeysController ¶
func NewKeysController(service *goa.Service, client github.Client) *KeysController
NewKeysController creates a keys controller.
func (*KeysController) List ¶
func (c *KeysController) List(ctx *app.ListKeysContext) error
List runs the list action.
Click to show internal directories.
Click to hide internal directories.