Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteHandler ¶
type RemoteHandler struct {
// contains filtered or unexported fields
}
func New ¶
func New(datasourceService *dsService.DatasourceService, remoteService *remote.RemoteService) *RemoteHandler
func (*RemoteHandler) Metadata ¶
func (h *RemoteHandler) Metadata(c *gin.Context)
GET /api/remote/metadata
func (*RemoteHandler) QueryRange ¶
func (h *RemoteHandler) QueryRange(c *gin.Context)
GET /api/remote/query_range
Click to show internal directories.
Click to hide internal directories.