Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InsecureController ¶
type InsecureController struct {
*goa.Controller
}
InsecureController implements the insecure resource.
func NewInsecureController ¶
func NewInsecureController(service *goa.Service) *InsecureController
NewInsecureController creates a insecure controller.
func (*InsecureController) Ping ¶
func (c *InsecureController) Ping(ctx *app.PingInsecureContext) error
Ping runs the ping action.
type SecureController ¶
type SecureController struct {
*goa.Controller
}
SecureController implements the secure resource.
func NewSecureController ¶
func NewSecureController(service *goa.Service) *SecureController
NewSecureController creates a secure controller.
func (*SecureController) Ping ¶
func (c *SecureController) Ping(ctx *app.PingSecureContext) error
Ping runs the ping action.
Click to show internal directories.
Click to hide internal directories.