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
Info Cyclic // Info contains a cyclic field.
Owner *Account // Owner is a cyclic field.
}
Account represents a user account.
type CyclicInterface ¶ added in v0.3.3
type CyclicInterface interface {
CyclicFunc(CyclicInterface) bool
}
CyclicInterface represents a cyclic interface (that contains a cyclic func).
Click to show internal directories.
Click to hide internal directories.