Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator generates OpenAPI documentation from HTTP handlers.
type Option ¶
type Option func(*options)
Option configures handler registration
func WithInputStruct ¶
WithInputStruct specifies the input struct for request parameters
func WithInputType ¶
WithInputType specifies the input type for request parameters
func WithOutputStruct ¶
WithOutputStruct specifies the output struct for responses
func WithOutputType ¶
WithOutputType specifies the output type for responses
Click to show internal directories.
Click to hide internal directories.