Skip to content

Instantly share code, notes, and snippets.

@bensonmacharia
Created May 12, 2023 22:04
Show Gist options
  • Save bensonmacharia/27d50bf4d77a1b172c532b5e034af4be to your computer and use it in GitHub Desktop.
Save bensonmacharia/27d50bf4d77a1b172c532b5e034af4be to your computer and use it in GitHub Desktop.
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