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
Email string
SuperString string
ReversedString ReversedString
}
Account represents a user account.
type ReversedString ¶
type ReversedString string
Click to show internal directories.
Click to hide internal directories.