Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleController ¶
type ExampleController struct {
*goa.Controller
}
ExampleController implements the example resource.
func NewExampleController ¶
func NewExampleController(service *goa.Service) *ExampleController
NewExampleController creates a example controller.
func (*ExampleController) ID ¶
func (c *ExampleController) ID(ctx *app.IDExampleContext) error
ID runs the id action.
func (*ExampleController) Main ¶
func (c *ExampleController) Main(ctx *app.MainExampleContext) error
Main runs the main action.
func (*ExampleController) Sub ¶
func (c *ExampleController) Sub(ctx *app.SubExampleContext) error
Sub runs the sub action.
type SwaggerController ¶
type SwaggerController struct {
*goa.Controller
}
SwaggerController implements the swagger resource.
func NewSwaggerController ¶
func NewSwaggerController(service *goa.Service) *SwaggerController
NewSwaggerController creates a swagger controller.
type SwaggeruiController ¶
type SwaggeruiController struct {
*goa.Controller
}
SwaggeruiController implements the swaggerui resource.
func NewSwaggeruiController ¶
func NewSwaggeruiController(service *goa.Service) *SwaggeruiController
NewSwaggeruiController creates a swaggerui controller.
Click to show internal directories.
Click to hide internal directories.