Documentation
¶
Overview ¶
Command running interface => command gets some context, raises some events when it runs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Allocators ¶
map keyed by command name (command.Key()) values are functions that allocates a new specific command struct
type Ctx ¶
type Ctx struct {
Ctx context.Context // Go's cancellation context
Meta ehevent.EventMeta
RemoteAddr string
UserAgent string
// contains filtered or unexported fields
}
context for invoking command
func (*Ctx) CreatedRecordId ¶
func (*Ctx) GetCreatedRecordId ¶
func (*Ctx) GetRaisedEvents ¶
func (*Ctx) RaisesEvent ¶
Click to show internal directories.
Click to hide internal directories.