package
Version:
v0.36.3
Opens a new window with list of versions in this module.
Published: Aug 5, 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
¶
swagger:parameters MyOperation
type Request struct {
Val int `json:"int"`
}
swagger:model Request
type WrappedRequest[T any] struct {
Body struct {
Body T `json:",inline"`
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.