# Functions

GetSwagger returns the Swagger specification corresponding to the generated code in this file.
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.
RegisterHandlers creates http.Handler with routing matching OpenAPI spec.
RegisterHandlersWithOptions creates http.Handler with additional options.

# Structs

CreateNoteRequest defines model for CreateNoteRequest.
ErrorResponse defines model for ErrorResponse.
GinServerOptions provides options for the Gin server.
NoteResponse defines model for NoteResponse.
NoteResponseList defines model for NoteResponseList.
ServerInterfaceWrapper converts contexts to parameters.

# Interfaces

ServerInterface represents all server handlers.

# Type aliases

No description provided by the author
SaveNoteJSONRequestBody defines body for SaveNote for application/json ContentType.