Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BulkHandler ¶
type BulkHandler struct {
// contains filtered or unexported fields
}
func NewBulkHandler ¶
func NewBulkHandler(logger *log.Logger, client *client.GRPCClient) *BulkHandler
func (*BulkHandler) ServeHTTP ¶
func (h *BulkHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type DeleteHandler ¶
type DeleteHandler struct {
// contains filtered or unexported fields
}
func NewDeleteHandler ¶
func NewDeleteHandler(logger *log.Logger, client *client.GRPCClient) *DeleteHandler
func (*DeleteHandler) ServeHTTP ¶
func (h *DeleteHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type GetHandler ¶
type GetHandler struct {
// contains filtered or unexported fields
}
func NewGetHandler ¶
func NewGetHandler(logger *log.Logger, client *client.GRPCClient) *GetHandler
func (*GetHandler) ServeHTTP ¶
func (h *GetHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type IndexHandler ¶
type IndexHandler struct {
// contains filtered or unexported fields
}
func NewIndexHandler ¶
func NewIndexHandler(logger *log.Logger) *IndexHandler
func (*IndexHandler) ServeHTTP ¶
func (h *IndexHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type PutHandler ¶
type PutHandler struct {
// contains filtered or unexported fields
}
func NewPutHandler ¶
func NewPutHandler(logger *log.Logger, client *client.GRPCClient) *PutHandler
func (*PutHandler) ServeHTTP ¶
func (h *PutHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type SearchHandler ¶
type SearchHandler struct {
// contains filtered or unexported fields
}
func NewSearchHandler ¶
func NewSearchHandler(logger *log.Logger, client *client.GRPCClient) *SearchHandler
func (*SearchHandler) ServeHTTP ¶
func (h *SearchHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.