Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseCommandHandler ¶
type BaseCommandHandler struct {
}
func (BaseCommandHandler) Execute ¶
func (h BaseCommandHandler) Execute(_ context.Context, command *BaseCommandRequest) (*BaseCommandResponse, error)
type BaseCommandRequest ¶
type BaseCommandRequest struct {
Input string
}
type BaseCommandResponse ¶
type BaseCommandResponse struct {
Result bool
}
Click to show internal directories.
Click to hide internal directories.