Documentation
¶
Index ¶
- type Handler
- func (h *Handler) DELETEBillingReading(w http.ResponseWriter, req *http.Request)
- func (h *Handler) DELETEBillingReadingList(w http.ResponseWriter, req *http.Request)
- func (h *Handler) DELETEBillingReadingSet(w http.ResponseWriter, req *http.Request)
- func (h *Handler) DELETEBillingReadingSetList(w http.ResponseWriter, req *http.Request)
- func (h *Handler) GETBillingReading(w http.ResponseWriter, req *http.Request)
- func (h *Handler) GETBillingReadingList(w http.ResponseWriter, req *http.Request)
- func (h *Handler) GETBillingReadingSet(w http.ResponseWriter, req *http.Request)
- func (h *Handler) GETBillingReadingSetList(w http.ResponseWriter, req *http.Request)
- func (h *Handler) HEADBillingReading(w http.ResponseWriter, req *http.Request)
- func (h *Handler) HEADBillingReadingList(w http.ResponseWriter, req *http.Request)
- func (h *Handler) HEADBillingReadingSet(w http.ResponseWriter, req *http.Request)
- func (h *Handler) HEADBillingReadingSetList(w http.ResponseWriter, req *http.Request)
- func (h *Handler) POSTBillingReading(w http.ResponseWriter, req *http.Request)
- func (h *Handler) POSTBillingReadingList(w http.ResponseWriter, req *http.Request)
- func (h *Handler) POSTBillingReadingSet(w http.ResponseWriter, req *http.Request)
- func (h *Handler) POSTBillingReadingSetList(w http.ResponseWriter, req *http.Request)
- func (h *Handler) PUTBillingReading(w http.ResponseWriter, req *http.Request)
- func (h *Handler) PUTBillingReadingList(w http.ResponseWriter, req *http.Request)
- func (h *Handler) PUTBillingReadingSet(w http.ResponseWriter, req *http.Request)
- func (h *Handler) PUTBillingReadingSetList(w http.ResponseWriter, req *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(repo *memory.Repository) *Handler
func (*Handler) DELETEBillingReading ¶
func (h *Handler) DELETEBillingReading(w http.ResponseWriter, req *http.Request)
func (*Handler) DELETEBillingReadingList ¶
func (h *Handler) DELETEBillingReadingList(w http.ResponseWriter, req *http.Request)
func (*Handler) DELETEBillingReadingSet ¶
func (h *Handler) DELETEBillingReadingSet(w http.ResponseWriter, req *http.Request)
func (*Handler) DELETEBillingReadingSetList ¶
func (h *Handler) DELETEBillingReadingSetList(w http.ResponseWriter, req *http.Request)
func (*Handler) GETBillingReading ¶
func (h *Handler) GETBillingReading(w http.ResponseWriter, req *http.Request)
func (*Handler) GETBillingReadingList ¶
func (h *Handler) GETBillingReadingList(w http.ResponseWriter, req *http.Request)
func (*Handler) GETBillingReadingSet ¶
func (h *Handler) GETBillingReadingSet(w http.ResponseWriter, req *http.Request)
func (*Handler) GETBillingReadingSetList ¶
func (h *Handler) GETBillingReadingSetList(w http.ResponseWriter, req *http.Request)
func (*Handler) HEADBillingReading ¶
func (h *Handler) HEADBillingReading(w http.ResponseWriter, req *http.Request)
func (*Handler) HEADBillingReadingList ¶
func (h *Handler) HEADBillingReadingList(w http.ResponseWriter, req *http.Request)
func (*Handler) HEADBillingReadingSet ¶
func (h *Handler) HEADBillingReadingSet(w http.ResponseWriter, req *http.Request)
func (*Handler) HEADBillingReadingSetList ¶
func (h *Handler) HEADBillingReadingSetList(w http.ResponseWriter, req *http.Request)
func (*Handler) POSTBillingReading ¶
func (h *Handler) POSTBillingReading(w http.ResponseWriter, req *http.Request)
func (*Handler) POSTBillingReadingList ¶
func (h *Handler) POSTBillingReadingList(w http.ResponseWriter, req *http.Request)
func (*Handler) POSTBillingReadingSet ¶
func (h *Handler) POSTBillingReadingSet(w http.ResponseWriter, req *http.Request)
func (*Handler) POSTBillingReadingSetList ¶
func (h *Handler) POSTBillingReadingSetList(w http.ResponseWriter, req *http.Request)
func (*Handler) PUTBillingReading ¶
func (h *Handler) PUTBillingReading(w http.ResponseWriter, req *http.Request)
func (*Handler) PUTBillingReadingList ¶
func (h *Handler) PUTBillingReadingList(w http.ResponseWriter, req *http.Request)
func (*Handler) PUTBillingReadingSet ¶
func (h *Handler) PUTBillingReadingSet(w http.ResponseWriter, req *http.Request)
func (*Handler) PUTBillingReadingSetList ¶
func (h *Handler) PUTBillingReadingSetList(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.