Documentation
¶
Overview ¶
Package domain contains business logic models.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct {
ID int
Name string
User DomainUser // The fields of DomainUser operate at depth level 1.
Email string
DuplicateName Duplicate // Should not match with DuplicateField.
}
Account represents a user account.
type DomainUser ¶
DomainUser represents a user in relation to the business logic.
Click to show internal directories.
Click to hide internal directories.