package
Version:
v4.5.0
Opens a new window with list of versions in this module.
Published: Jul 30, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Command[Command any] interface {
Handle(Command) error
}
type Query[Query, Response any] interface {
Handle(Query) (Response, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.