Documentation
¶
Index ¶
Constants ¶
View Source
const ( SetCommandName = "SET" GetCommandName = "GET" DelCommandName = "DEL" )
Variables ¶
View Source
var ( OKResponse = Response{/* contains filtered or unexported fields */} NotFoundResponse = Response{/* contains filtered or unexported fields */} ParseQueryErrorResponse = Response{/* contains filtered or unexported fields */} InternalErrorResponse = Response{/* contains filtered or unexported fields */} )
Functions ¶
This section is empty.
Types ¶
type QueryHandler ¶
type QueryHandler struct {
// contains filtered or unexported fields
}
func NewQueryHandler ¶
func NewQueryHandler(logger *slog.Logger, store Storage) *QueryHandler
Click to show internal directories.
Click to hide internal directories.