Created
May 12, 2023 22:03
-
-
Save bensonmacharia/013e11de0da854ea4e87b3162a13ddb8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package model | |
type Login struct { | |
Username string `json:"username" binding:"required"` | |
Password string `json:"password" binding:"required"` | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment