Documentation ¶
Index ¶
- type AccountsController
- func (c *AccountsController) Add(ctx *app.AddAccountsContext) error
- func (c *AccountsController) Delete(ctx *app.DeleteAccountsContext) error
- func (c *AccountsController) List(ctx *app.ListAccountsContext) error
- func (c *AccountsController) Show(ctx *app.ShowAccountsContext) error
- func (c *AccountsController) Update(ctx *app.UpdateAccountsContext) error
- type AccountsDataController
- func (c *AccountsDataController) Add(ctx *app.AddAccountsDataContext) error
- func (c *AccountsDataController) Delete(ctx *app.DeleteAccountsDataContext) error
- func (c *AccountsDataController) List(ctx *app.ListAccountsDataContext) error
- func (c *AccountsDataController) Show(ctx *app.ShowAccountsDataContext) error
- func (c *AccountsDataController) Update(ctx *app.UpdateAccountsDataContext) error
- type ActionsController
- type BottlesController
- func (c *BottlesController) Add(ctx *app.AddBottlesContext) error
- func (c *BottlesController) Delete(ctx *app.DeleteBottlesContext) error
- func (c *BottlesController) List(ctx *app.ListBottlesContext) error
- func (c *BottlesController) ListRelation(ctx *app.ListRelationBottlesContext) error
- func (c *BottlesController) Show(ctx *app.ShowBottlesContext) error
- func (c *BottlesController) Update(ctx *app.UpdateBottlesContext) error
- type BottlesDataController
- func (c *BottlesDataController) Add(ctx *app.AddBottlesDataContext) error
- func (c *BottlesDataController) Delete(ctx *app.DeleteBottlesDataContext) error
- func (c *BottlesDataController) List(ctx *app.ListBottlesDataContext) error
- func (c *BottlesDataController) Show(ctx *app.ShowBottlesDataContext) error
- func (c *BottlesDataController) Update(ctx *app.UpdateBottlesDataContext) error
- type JsController
- type MethodController
- type ResponseController
- func (c *ResponseController) Array(ctx *app.ArrayResponseContext) error
- func (c *ResponseController) Hash(ctx *app.HashResponseContext) error
- func (c *ResponseController) List(ctx *app.ListResponseContext) error
- func (c *ResponseController) Nested(ctx *app.NestedResponseContext) error
- func (c *ResponseController) Show(ctx *app.ShowResponseContext) error
- type SecurityController
- type SwaggerController
- type ValidationController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountsController ¶
type AccountsController struct { *goa.Controller // contains filtered or unexported fields }
AccountsController implements the accounts resource.
func NewAccountsController ¶
func NewAccountsController(service *goa.Service, db *gorm.DB) *AccountsController
NewAccountsController creates a accounts controller.
func (*AccountsController) Add ¶
func (c *AccountsController) Add(ctx *app.AddAccountsContext) error
Add runs the add action.
func (*AccountsController) Delete ¶
func (c *AccountsController) Delete(ctx *app.DeleteAccountsContext) error
Delete runs the delete action.
func (*AccountsController) List ¶
func (c *AccountsController) List(ctx *app.ListAccountsContext) error
List runs the list action.
func (*AccountsController) Show ¶
func (c *AccountsController) Show(ctx *app.ShowAccountsContext) error
Show runs the show action.
func (*AccountsController) Update ¶
func (c *AccountsController) Update(ctx *app.UpdateAccountsContext) error
Update runs the update action.
type AccountsDataController ¶
type AccountsDataController struct { *goa.Controller // contains filtered or unexported fields }
AccountsDataController implements the accounts resource.
func NewAccountsDataController ¶
func NewAccountsDataController(service *goa.Service, db *gorm.DB) *AccountsDataController
NewAccountsDataController creates a accounts controller.
func (*AccountsDataController) Add ¶
func (c *AccountsDataController) Add(ctx *app.AddAccountsDataContext) error
Add runs the add action.
func (*AccountsDataController) Delete ¶
func (c *AccountsDataController) Delete(ctx *app.DeleteAccountsDataContext) error
Delete runs the delete action.
func (*AccountsDataController) List ¶
func (c *AccountsDataController) List(ctx *app.ListAccountsDataContext) error
List runs the list action.
func (*AccountsDataController) Show ¶
func (c *AccountsDataController) Show(ctx *app.ShowAccountsDataContext) error
Show runs the show action.
func (*AccountsDataController) Update ¶
func (c *AccountsDataController) Update(ctx *app.UpdateAccountsDataContext) error
Update runs the update action.
type ActionsController ¶
type ActionsController struct {
*goa.Controller
}
ActionsController implements the actions resource.
func NewActionsController ¶
func NewActionsController(service *goa.Service) *ActionsController
NewActionsController creates a actions controller.
func (*ActionsController) Hello ¶
func (c *ActionsController) Hello(ctx *app.HelloActionsContext) error
Hello runs the hello action.
func (*ActionsController) ID ¶
func (c *ActionsController) ID(ctx *app.IDActionsContext) error
Action ID
func (*ActionsController) Ping ¶
func (c *ActionsController) Ping(ctx *app.PingActionsContext) error
Ping runs the ping action.
type BottlesController ¶
type BottlesController struct { *goa.Controller // contains filtered or unexported fields }
BottlesController implements the bottles resource.
func NewBottlesController ¶
func NewBottlesController(service *goa.Service, db *gorm.DB) *BottlesController
NewBottlesController creates a bottles controller.
func (*BottlesController) Add ¶
func (c *BottlesController) Add(ctx *app.AddBottlesContext) error
Add runs the add action.
func (*BottlesController) Delete ¶
func (c *BottlesController) Delete(ctx *app.DeleteBottlesContext) error
Delete runs the delete action.
func (*BottlesController) List ¶
func (c *BottlesController) List(ctx *app.ListBottlesContext) error
List runs the list action.
func (*BottlesController) ListRelation ¶
func (c *BottlesController) ListRelation(ctx *app.ListRelationBottlesContext) error
ListRelation runs the listRelation action.
func (*BottlesController) Show ¶
func (c *BottlesController) Show(ctx *app.ShowBottlesContext) error
Show runs the show action.
func (*BottlesController) Update ¶
func (c *BottlesController) Update(ctx *app.UpdateBottlesContext) error
Update runs the update action.
type BottlesDataController ¶
type BottlesDataController struct { *goa.Controller // contains filtered or unexported fields }
BottlesDataController implements the bottles resource.
func NewBottlesDataController ¶
func NewBottlesDataController(service *goa.Service, db *gorm.DB) *BottlesDataController
NewBottlesDataController creates a bottles controller.
func (*BottlesDataController) Add ¶
func (c *BottlesDataController) Add(ctx *app.AddBottlesDataContext) error
Add runs the add action.
func (*BottlesDataController) Delete ¶
func (c *BottlesDataController) Delete(ctx *app.DeleteBottlesDataContext) error
Delete runs the delete action.
func (*BottlesDataController) List ¶
func (c *BottlesDataController) List(ctx *app.ListBottlesDataContext) error
List runs the list action.
func (*BottlesDataController) Show ¶
func (c *BottlesDataController) Show(ctx *app.ShowBottlesDataContext) error
Show runs the show action.
func (*BottlesDataController) Update ¶
func (c *BottlesDataController) Update(ctx *app.UpdateBottlesDataContext) error
Update runs the update action.
type JsController ¶
type JsController struct {
*goa.Controller
}
JsController implements the js resource.
func NewJsController ¶
func NewJsController(service *goa.Service) *JsController
NewJsController creates a js controller.
type MethodController ¶
type MethodController struct {
*goa.Controller
}
MethodController implements the method resource.
func NewMethodController ¶
func NewMethodController(service *goa.Service) *MethodController
NewMethodController creates a method controller.
func (*MethodController) Etc ¶
func (c *MethodController) Etc(ctx *app.EtcMethodContext) error
Etc runs the etc action.
func (*MethodController) Follow ¶
func (c *MethodController) Follow(ctx *app.FollowMethodContext) error
Follow runs the follow action.
func (*MethodController) List ¶
func (c *MethodController) List(ctx *app.ListMethodContext) error
List runs the list action.
func (*MethodController) Method ¶
func (c *MethodController) Method(ctx *app.MethodMethodContext) error
Method runs the method action.
type ResponseController ¶
type ResponseController struct {
*goa.Controller
}
ResponseController implements the response resource.
func NewResponseController ¶
func NewResponseController(service *goa.Service) *ResponseController
NewResponseController creates a response controller.
func (*ResponseController) Array ¶
func (c *ResponseController) Array(ctx *app.ArrayResponseContext) error
Array runs the array action.
func (*ResponseController) Hash ¶
func (c *ResponseController) Hash(ctx *app.HashResponseContext) error
Hash runs the hash action.
func (*ResponseController) List ¶
func (c *ResponseController) List(ctx *app.ListResponseContext) error
List runs the list action.
func (*ResponseController) Nested ¶
func (c *ResponseController) Nested(ctx *app.NestedResponseContext) error
Nested runs the show action.
func (*ResponseController) Show ¶
func (c *ResponseController) Show(ctx *app.ShowResponseContext) error
Show runs the show action.
type SecurityController ¶
type SecurityController struct {
*goa.Controller
}
SecurityController implements the security resource.
func NewSecurityController ¶
func NewSecurityController(service *goa.Service) *SecurityController
NewSecurityController creates a security controller.
func (*SecurityController) Security ¶
func (c *SecurityController) Security(ctx *app.SecuritySecurityContext) error
Security runs the security 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 ValidationController ¶
type ValidationController struct {
*goa.Controller
}
ValidationController implements the validation resource.
func NewValidationController ¶
func NewValidationController(service *goa.Service) *ValidationController
NewValidationController creates a validation controller.
func (*ValidationController) Validation ¶
func (c *ValidationController) Validation(ctx *app.ValidationValidationContext) error
Validation runs the validation action.