package
Version:
v0.0.0-...-b6467df
Opens a new window with list of versions in this module.
Published: Oct 31, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
SignIn godoc
@Summary SignIn
@Description SignIn
@Tags Auth
@Accept json
@Produce json
@Param credentials body auth.UserCredentials true "credentials"
@Success 200 {object} auth.Res
@Router /signin [post]
@Security ApiKeyAuth
@Security BearerAuth
SignUp godoc
@Summary SignUp
@Description SignUp
@Tags Auth
@Accept json
@Produce json
@Param credentials body auth.UserCredentials true "credentials"
@Success 201 {object} auth.Res
@Router /signup [post]
@Security ApiKeyAuth
Success godoc
@Summary Success
@Description Success
@Tags Auth
@Accept json
@Produce json
@Router /success [get]
@Security ApiKeyAuth
Source Files
¶
Click to show internal directories.
Click to hide internal directories.