Documentation
¶
Overview ¶
Package gateway Maani. Gateway API Documentation
Schemes: http BasePath: / Version: 1.0.0 Host: localhost:8000 Consumes: - application/json Produces: - application/json Security: - bearerAuth SecurityDefinitions: bearerAuth: type: apiKey name: Authorization in: header
swagger:meta
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadFile ¶
swagger:parameters download
type RefreshTokenResponse ¶
type RefreshTokenResponse struct {
models.UserTokenResponse
}
swagger:response refreshToken
type RegisterUserRequest ¶
type RegisterUserRequest struct { // in:body Body models.UserRegisterParameters }
swagger:parameters register
type RegisterUserResponse ¶
swagger:response registerUser
type SignInUserRequest ¶
type SignInUserRequest struct { // in:body Body models.UserLoginCredentials }
swagger:parameters login
type SignInUserResponse ¶
type SignInUserResponse struct { // in:body Body models.UserTokenResponse }
swagger:response Token
type UploadFile ¶
type UploadFile struct { // in:formData // swagger:file File *bytes.Buffer `json:"files"` Tags []string `json:"tags"` }
swagger:parameters upload
Click to show internal directories.
Click to hide internal directories.