Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecurityController ¶
type SecurityController struct {
runtime.GleeceController // Embedding the GleeceController to inherit its methods
}
@Tag(Sanity Controller Tag) @Route(/test/sanity)
func (*SecurityController) ValidMethodWithComplexSecurity ¶
func (ec *SecurityController) ValidMethodWithComplexSecurity() error
A sanity test controller method @Method(POST) @Route(/security) @Security(secSchema1, { scopes: ["scope1"] }) @Security(secSchema2, { scopes: ["2", "3"] })
Click to show internal directories.
Click to hide internal directories.