Documentation ¶ Index ¶ type User Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type User ¶ type User struct { ID int // id is passed to domain model for simplicity Service bool // if user is a service Username string Password string PasswordHash string Email string // TODO: add ent validation } User holds user data Source Files ¶ View all Source files domain.go Click to show internal directories. Click to hide internal directories.