Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InitHandler ¶
type InitHandler struct { }
func (*InitHandler) Handle ¶
func (h *InitHandler) Handle(w http.ResponseWriter, r *http.Request)
type PullHandler ¶
type PullHandler struct { }
func (*PullHandler) Handle ¶
func (h *PullHandler) Handle(w http.ResponseWriter, r *http.Request)
type QueryHandler ¶
type QueryHandler struct { }
func (*QueryHandler) Handle ¶
func (qh *QueryHandler) Handle(w http.ResponseWriter, r *http.Request)
type SpaHandler ¶
func (*SpaHandler) Handle ¶
func (spah *SpaHandler) Handle(w http.ResponseWriter, r *http.Request)
type SubscriptionHandler ¶
type SubscriptionHandler struct { }
func (*SubscriptionHandler) Handle ¶
func (qh *SubscriptionHandler) Handle(w http.ResponseWriter, r *http.Request)
type SubscriptionPolicyHandler ¶
type SubscriptionPolicyHandler struct { }
func (*SubscriptionPolicyHandler) Handle ¶
func (sph *SubscriptionPolicyHandler) Handle(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.