package
0.0.0-20241212011035-f3f72450c4ec
Repository: https://github.com/jiei-s/boilerplate-clean-architecture.git
Documentation: pkg.go.dev

# Functions

GetSwagger returns the Swagger specification corresponding to the generated code in this file.
Handler creates http.Handler with routing matching OpenAPI spec.
HandlerFromMux creates http.Handler with routing matching OpenAPI spec based on the provided mux.
No description provided by the author
HandlerWithOptions creates http.Handler with additional options.
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.

# Constants

Defines values for HealthStatus.
Defines values for HealthStatus.

# Structs

No description provided by the author
Error defines model for Error.
Health defines model for Health.
No description provided by the author
No description provided by the author
No description provided by the author
ServerInterfaceWrapper converts contexts to parameters.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
User defines model for User.

# Interfaces

AddUser defines model for AddUser.
AddUserJSONBody defines parameters for AddUser.
ServerInterface represents all server handlers.

# Type aliases

AddUserJSONRequestBody defines body for AddUser for application/json ContentType.
Conflict defines model for Conflict.
HealthStatus defines model for Health.Status.
No description provided by the author
NotFound defines model for NotFound.
Unauthorized defines model for Unauthorized.