package
0.0.0-20240407115139-588ec6396ec5
Repository: https://github.com/agambenitzhak/tasktracker.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.
# Structs
No description provided by the author
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
# Interfaces
ServerInterface represents all server handlers.
# Type aliases
CreateProjectJSONRequestBody defines body for CreateProject for application/json ContentType.
CreateProjectMemberJSONRequestBody defines body for CreateProjectMember for application/json ContentType.
CreateTaskGroupJSONRequestBody defines body for CreateTaskGroup for application/json ContentType.
CreateTaskGroupMemberJSONRequestBody defines body for CreateTaskGroupMember for application/json ContentType.
CreateTaskJSONRequestBody defines body for CreateTask for application/json ContentType.
CreateTaskMemberJSONRequestBody defines body for CreateTaskMember for application/json ContentType.
No description provided by the author
UpdateProjectByIDJSONRequestBody defines body for UpdateProjectByID for application/json ContentType.
UpdateProjectMemberByIDJSONRequestBody defines body for UpdateProjectMemberByID for application/json ContentType.
UpdateTaskByIDJSONRequestBody defines body for UpdateTaskByID for application/json ContentType.
UpdateTaskGroupByIDJSONRequestBody defines body for UpdateTaskGroupByID for application/json ContentType.
UpdateTaskGroupMemberByIDJSONRequestBody defines body for UpdateTaskGroupMemberByID for application/json ContentType.
UpdateTaskMemberByIDJSONRequestBody defines body for UpdateTaskMemberByID for application/json ContentType.