Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgumentController ¶
type ArgumentController struct {
Context application.Context //starter:inject("context")
Responder libgin.Responder //starter:inject("#")
// contains filtered or unexported fields
}
ArgumentController ...
func (*ArgumentController) Registration ¶
func (inst *ArgumentController) Registration() *libgin.ControllerRegistration
Registration ...
type ComponentController ¶
type ComponentController struct {
Context application.Context //starter:inject("context")
Responder libgin.Responder //starter:inject("#")
// contains filtered or unexported fields
}
ComponentController ...
func (*ComponentController) Registration ¶
func (inst *ComponentController) Registration() *libgin.ControllerRegistration
Registration ...
type EnvironmentController ¶
type EnvironmentController struct {
Context application.Context //starter:inject("context")
Responder libgin.Responder //starter:inject("#")
// contains filtered or unexported fields
}
EnvironmentController ...
func (*EnvironmentController) Registration ¶
func (inst *EnvironmentController) Registration() *libgin.ControllerRegistration
Registration ...
type ExampleController ¶
type ExampleController struct {
Context application.Context //starter:inject("context")
Responder libgin.Responder //starter:inject("#")
// contains filtered or unexported fields
}
ExampleController ...
func (*ExampleController) Registration ¶
func (inst *ExampleController) Registration() *libgin.ControllerRegistration
Registration ...
type PropertyController ¶
type PropertyController struct {
Context application.Context //starter:inject("context")
Responder libgin.Responder //starter:inject("#")
// contains filtered or unexported fields
}
PropertyController ...
func (*PropertyController) Registration ¶
func (inst *PropertyController) Registration() *libgin.ControllerRegistration
Registration ...
Click to show internal directories.
Click to hide internal directories.