package
0.0.0-20241210190953-aea2bdc36f15
Repository: https://github.com/tolma-ch/tolmach-go.git
Documentation: pkg.go.dev

# Functions

@Summary Login user @Schemes @Description Login user based on provided `username` and `password` @Tags User @Accept json @Produce json @Param form body LoginInputData true "name search by q" @Success 200 {object} LoginOutputData @Failure 401 {object} LoginErrorData @Failure 500 {object} LoginErrorData @Router /login [post].
@Summary Login register @Schemes @Description Login registration based on provided `email` and `password` @Tags User @Accept json @Produce json @Param form body LoginInputData true "name search by q" @Success 200 {object} LoginOutputData @Failure 401 {object} LoginErrorData @Failure 500 {object} LoginErrorData @Router /login [post].
No description provided by the author

# 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