Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App interface {
Send() error
}
App provides the interface that maps closely to however you wish to communicate with external components. It may be a one-to-one mapping to a graphql schema or grpc service. Other contexts, or 'domains', should communicate with each other through their APIs.
Directories
¶
Path | Synopsis |
---|---|
email
Package emailclient implements the EmailClient interface, so the core domain can remain agnostic of the implementation of how emails are actually sent when all domain logic is established.
|
Package emailclient implements the EmailClient interface, so the core domain can remain agnostic of the implementation of how emails are actually sent when all domain logic is established. |
Click to show internal directories.
Click to hide internal directories.