package model type Profile struct { ID int Name string PasswordHash string }