Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthExController ¶
type AuthExController struct {
Responder libgin.Responder //starter:inject("#")
Service2 auth.Service //starter:inject("#")
Service1 rbac.AuthService //starter:inject("#")
// contains filtered or unexported fields
}
AuthExController ...
func (*AuthExController) Registration ¶
func (inst *AuthExController) Registration() *libgin.ControllerRegistration
Registration ...
type BookController ¶
type BookController struct {
Responder libgin.Responder //starter:inject("#")
Service books.Service //starter:inject("#")
// contains filtered or unexported fields
}
BookController ...
func (*BookController) Registration ¶
func (inst *BookController) Registration() *libgin.ControllerRegistration
Registration ...
type CredentialController ¶
type CredentialController struct {
Responder libgin.Responder //starter:inject("#")
Service credentials.Service //starter:inject("#")
// contains filtered or unexported fields
}
CredentialController ...
func (*CredentialController) Registration ¶
func (inst *CredentialController) Registration() *libgin.ControllerRegistration
Registration ...
type ExampleController ¶
type ExampleController struct {
Responder libgin.Responder //starter:inject("#")
Service books.Service //starter:inject("#")
// contains filtered or unexported fields
}
ExampleController ...
func (*ExampleController) Registration ¶
func (inst *ExampleController) Registration() *libgin.ControllerRegistration
Registration ...
type PublicKeyController ¶
type PublicKeyController struct {
Responder libgin.Responder //starter:inject("#")
Service publickeys.Service //starter:inject("#")
// contains filtered or unexported fields
}
PublicKeyController ...
func (*PublicKeyController) Registration ¶
func (inst *PublicKeyController) Registration() *libgin.ControllerRegistration
Registration ...
type SecretKeyController ¶
type SecretKeyController struct {
Responder libgin.Responder //starter:inject("#")
Service secretkeys.Service //starter:inject("#")
// contains filtered or unexported fields
}
SecretKeyController ...
func (*SecretKeyController) Registration ¶
func (inst *SecretKeyController) Registration() *libgin.ControllerRegistration
Registration ...
type TerminalController ¶
type TerminalController struct {
Responder libgin.Responder //starter:inject("#")
Service terminals.Service //starter:inject("#")
// contains filtered or unexported fields
}
TerminalController ...
func (*TerminalController) Registration ¶
func (inst *TerminalController) Registration() *libgin.ControllerRegistration
Registration ...
Click to show internal directories.
Click to hide internal directories.