package
0.0.0-20240707185622-0f1690e81939
Repository: https://github.com/gonnaflymethod/gofundament.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
BindAndValidate TODO: if a json field has wrong type comparing to GO lang struct then the func below throws error like: json: cannot unmarshal bool into Go struct field UpdatePasswordRequest.feel_like_get_hacked of type string it should be replaced by error "invalid type of field".
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
nolint:nestif.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

AccessTokenResponse defines model for AccessTokenResponse.
AccountResponse defines model for AccountResponse.
CaptchaResponse defines model for CaptchaResponse.
GenerateCaptchaRequest defines model for GenerateCaptchaRequest.
GetAccountsEmailParams defines parameters for GetAccountsEmail.
GetAccountsNicknameParams defines parameters for GetAccountsNickname.
GetAccountsSignInCaptchaCheckParams defines parameters for GetAccountsSignInCaptchaCheck.
HandleSessionsOverflowRequest defines model for HandleSessionsOverflowRequest.
HandleSessionsOverflowResponse defines model for HandleSessionsOverflowResponse.
IsCaptchaForSignInResponse defines model for IsCaptchaForSignInResponse.
PasswordReset defines model for PasswordReset.
PasswordResetRequest defines model for PasswordResetRequest.
RefreshTokenResponse defines model for RefreshTokenResponse.
ResendVerifCodeForPasswordReset defines model for ResendVerifCodeForPasswordReset.
SendCodeToCleanSessionsRequest defines model for SendCodeToCleanSessionsRequest.
SignInRequest defines model for SignInRequest.
SignInResponse defines model for SignInResponse.
SignUpRequest defines model for SignUpRequest.
StartSignUpPipeRequest defines model for StartSignUpPipeRequest.
StartSignUpPipeResponse defines model for StartSignUpPipeResponse.
UpdateAccountRequest defines model for UpdateAccountRequest.
UpdatePasswordRequest defines model for UpdatePasswordRequest.
No description provided by the author
ValidationError defines model for ValidationError.
VerifCodeForSignUpRequest defines model for VerifCodeForSignUpRequest.

# Type aliases

PostAccountsPasswordResetJSONRequestBody defines body for PostAccountsPasswordReset for application/json ContentType.
PostAccountsPasswordResetRequestJSONRequestBody defines body for PostAccountsPasswordResetRequest for application/json ContentType.
PostAccountsSessionsOverflowHandlingJSONRequestBody defines body for PostAccountsSessionsOverflowHandling for application/json ContentType.
PostAccountsSignUpPipeJSONRequestBody defines body for PostAccountsSignUpPipe for application/json ContentType.
PostCaptchaJSONRequestBody defines body for PostCaptcha for application/json ContentType.
PostSendingVerifCodePasswordResetJSONRequestBody defines body for PostSendingVerifCodePasswordReset for application/json ContentType.
PutAccountsJSONRequestBody defines body for PutAccounts for application/json ContentType.
SendVerifCodeJSONRequestBody defines body for SendVerifCode for application/json ContentType.
SendVerifCodeToCleanSessionsJSONRequestBody defines body for SendVerifCodeToCleanSessions for application/json ContentType.
SignInJSONRequestBody defines body for SignIn for application/json ContentType.
SignUpJSONRequestBody defines body for SignUp for application/json ContentType.
UpdatePasswordJSONRequestBody defines body for UpdatePassword for application/json ContentType.