Documentation
¶
Index ¶
- type Command
- type Handler
- func NewEnvironmentV2CommandHandler(editor *eventproto.Editor, environment *domain.EnvironmentV2, ...) (Handler, error)
- func NewOrganizationCommandHandler(editor *eventproto.Editor, organization *domain.Organization, ...) (Handler, error)
- func NewProjectCommandHandler(editor *eventproto.Editor, project *domain.Project, p publisher.Publisher) (Handler, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
func NewEnvironmentV2CommandHandler ¶ added in v0.4.0
func NewEnvironmentV2CommandHandler( editor *eventproto.Editor, environment *domain.EnvironmentV2, p publisher.Publisher, ) (Handler, error)
func NewOrganizationCommandHandler ¶ added in v0.4.0
func NewOrganizationCommandHandler( editor *eventproto.Editor, organization *domain.Organization, p publisher.Publisher, ) (Handler, error)
Click to show internal directories.
Click to hide internal directories.