package
0.0.0-20240916134854-020f48ada450
Repository: https://github.com/vpnhouse/api.git
Documentation: pkg.go.dev

# Functions

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.

# Constants

No description provided by the author
No description provided by the author

# Structs

AuthMethod defines model for AuthMethod.
No description provided by the author
CreateAuthMethodParams defines model for CreateAuthMethodParams.
CreateProjectParams defines model for CreateProjectParams.
FindAuthMethodParams defines model for FindAuthMethodParams.
No description provided by the author
ListAuthMethodParams defines parameters for ListAuthMethod.
ListProjectParams defines parameters for ListProject.
Location defines model for Location.
LocationMapping defines model for LocationMapping.
PatchAuthMethodParams defines model for PatchAuthMethodParams.
PatchProjectParams defines model for PatchProjectParams.
Project defines model for Project.
ProjectConfig defines model for ProjectConfig.
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
UpdateAuthMethodParams defines model for UpdateAuthMethodParams.
UpdateProjectParams defines model for UpdateProjectParams.

# Interfaces

ServerInterface represents all server handlers.

# Type aliases

CreateAuthMethodJSONBody defines parameters for CreateAuthMethod.
CreateAuthMethodJSONRequestBody defines body for CreateAuthMethod for application/json ContentType.
CreateProjectJSONBody defines parameters for CreateProject.
CreateProjectJSONRequestBody defines body for CreateProject for application/json ContentType.
FindAuthMethodJSONBody defines parameters for FindAuthMethod.
FindAuthMethodJSONRequestBody defines body for FindAuthMethod for application/json ContentType.
No description provided by the author
PatchAuthMethodJSONBody defines parameters for PatchAuthMethod.
PatchAuthMethodJSONRequestBody defines body for PatchAuthMethod for application/json ContentType.
PatchProjectJSONBody defines parameters for PatchProject.
PatchProjectJSONRequestBody defines body for PatchProject for application/json ContentType.
UpdateAuthMethodJSONBody defines parameters for UpdateAuthMethod.
UpdateAuthMethodJSONRequestBody defines body for UpdateAuthMethod for application/json ContentType.
UpdateProjectJSONBody defines parameters for UpdateProject.
UpdateProjectJSONRequestBody defines body for UpdateProject for application/json ContentType.