Created
May 12, 2023 22:04
-
-
Save bensonmacharia/27d50bf4d77a1b172c532b5e034af4be 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 Update struct { | |
Username string `json:"username" binding:"required"` | |
Email string `json:"email" binding:"required"` | |
RoleID uint `gorm:"not null" json:"role_id"` | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment