Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BillingDumpHandler ¶
type BillingDumpHandler struct {
// contains filtered or unexported fields
}
func NewBillingDumpHandler ¶
func NewBillingDumpHandler(resourcesDBClient corecosmosstorage.ResourcesDBClient, billingDBClient billingcosmosstorage.BillingDBClient) *BillingDumpHandler
func (*BillingDumpHandler) ServeHTTP ¶
func (h *BillingDumpHandler) ServeHTTP(w http.ResponseWriter, request *http.Request) error
type CosmosDumpHandler ¶
type CosmosDumpHandler struct {
// contains filtered or unexported fields
}
func NewCosmosDumpHandler ¶
func NewCosmosDumpHandler(resourcesDBClient corecosmosstorage.ResourcesDBClient) *CosmosDumpHandler
func (*CosmosDumpHandler) ServeHTTP ¶
func (h *CosmosDumpHandler) ServeHTTP(w http.ResponseWriter, request *http.Request) error
Click to show internal directories.
Click to hide internal directories.