package
Version:
v0.36.2
Opens a new window with list of versions in this module.
Published: Aug 1, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Foo declares a route inside a function body, alongside a grouped type
declaration (the #1891 "group type" layout).
type FooInput struct {
App string `json:"app"`
UID string `json:"uid"`
}
FooInput for input
swagger:parameters fooInput
type FooOutput struct {
Addr string `json:"addr"`
}
FooOutput for output
swagger:model FooOutput
Source Files
¶
Click to show internal directories.
Click to hide internal directories.