Documentation ¶ Overview ¶ Package domain contains business logic models. Index ¶ type Account Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Account ¶ type Account struct { ID int `api:"user_id"` Name string `api:"name"` Email string `other:"email"` Username string `api:"username" other:"tag"` Password string // The password field will not be copied. } Account represents a user account. Source Files ¶ View all Source files domain.go Click to show internal directories. Click to hide internal directories.