Documentation ¶
Index ¶
Constants ¶
View Source
const PkgPath = "github.com/dogmatiq/dogma"
PkgPath is the fully-qualified path to the Dogma package.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Types ¶
type Types struct { Application *types.Interface AggregateMessageHandler *types.Interface ProcessMessageHandler *types.Interface IntegrationMessageHandler *types.Interface ProjectionMessageHandler *types.Interface }
Types is a container for types.Type representations of the types from the dogma package.
func FromPackage ¶
FromPackage returns a Types struct containing the types from the given package, which is assumed to be the Dogma package itself.
Click to show internal directories.
Click to hide internal directories.