package
0.0.0-20190808034633-90418c3d9171
Repository: https://github.com/skygeario/openapi3-gen.git
Documentation: pkg.go.dev

# Functions

@Operation POST /user - Create User Create new user with specified information.
@Operation GET /user/{id} - Get User Return user with specific ID.
@API Test API @Version 1.0.0 @Server https://example.com/ Production API Server @Server https://{env}.example.com/ Internal API Server @Variable env staging dev qa staging Environment ID @SecuritySchemeAPIKey admin_key header X-Admin-Key Key for administrative operations @SecuritySchemeHTTP access_token Bearer JWT Access Token @SecurityRequirement access_token @Tag User User APIs */.

# Constants

@JSONSchema.

# Structs

No description provided by the author
@Response UserResponse Describe user information.

# Type aliases

@Parameter id path ID of user in UUID format.