Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseQueryHandler ¶
type BaseQueryHandler struct { }
func (BaseQueryHandler) Handle ¶
func (h BaseQueryHandler) Handle(_ context.Context, _ *BaseQueryRequest) (*BaseQueryResponse, error)
type BaseQueryRequest ¶
type BaseQueryRequest struct {
Input string
}
type BaseQueryResponse ¶
type BaseQueryResponse struct {
Input string
}
Click to show internal directories.
Click to hide internal directories.