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 string Name string Email string Password string // The password field will not be copied. Other string // The other field is not used. } Account represents a user account. Source Files ¶ View all Source files domain.go Click to show internal directories. Click to hide internal directories.