Skip to content

Instantly share code, notes, and snippets.

@krittawatcode
Last active November 14, 2020 06:10
Show Gist options
  • Save krittawatcode/60da160b10771436cafb9fc9ffeb793a to your computer and use it in GitHub Desktop.
Save krittawatcode/60da160b10771436cafb9fc9ffeb793a to your computer and use it in GitHub Desktop.
package dto
//Login credential
type LoginCredentials struct {
Email string `form:"email"`
Password string `form:"password"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment