Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DummyController ¶
type DummyController struct {
runtime.GleeceController // Embedding the GleeceController to inherit its methods
}
@Tag(Dummy Controller Tag) @Route(/test/sanity) @Description Sanity Controller
func (*DummyController) EmptyMethod ¶
func (ec *DummyController) EmptyMethod() error
@Method(POST) @Route(/some/method)
type UnScannedTypeController ¶ added in v1.0.6
type UnScannedTypeController struct {
runtime.GleeceController // Embedding the GleeceController to inherit its methods
}
@Tag(Dummy Controller Tag) @Route(/test/sanity) @Description Sanity Controller
func (*UnScannedTypeController) EmptyMethod ¶ added in v1.0.6
func (ec *UnScannedTypeController) EmptyMethod() (HoldsVeryNestedStructs, error)
@Method(POST) @Route(/some/method)
Click to show internal directories.
Click to hide internal directories.