Documentation ¶
Index ¶
- func DataCount(body []byte) (int, error)
- func ReadUvarint(array []byte) (uint64, int, error)
- type Data
- type Handler
- func (h *Handler) Reply(w http.ResponseWriter, r *http.Request, data *Data, from, until int32, ...)
- func (h *Handler) ReplyPickle(w http.ResponseWriter, r *http.Request, data *Data, from, until int32, ...)
- func (h *Handler) ReplyProtobuf(w http.ResponseWriter, r *http.Request, data *Data, from, until int32, ...)
- func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Data ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) ReplyPickle ¶
func (*Handler) ReplyProtobuf ¶
Click to show internal directories.
Click to hide internal directories.