plugin

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TimeRangeToFilter added in v1.1.0

func TimeRangeToFilter(timeRange backend.TimeRange, timeProperty *property) []filterCondition

Types

type DatasourceSettings added in v1.1.0

type DatasourceSettings struct {
	URLSpaceEncoding string `json:"urlSpaceEncoding"`
}

type ODataClient

type ODataClient interface {
	GetServiceRoot() (*http.Response, error)
	GetMetadata() (*http.Response, error)
	Get(entitySet string, properties []property,
		filterConditions []filterCondition) (*http.Response, error)
}

type ODataClientImpl

type ODataClientImpl struct {
	// contains filtered or unexported fields
}

func (*ODataClientImpl) Get

func (client *ODataClientImpl) Get(entitySet string, properties []property, filterConditions []filterCondition) (*http.Response, error)

func (*ODataClientImpl) GetMetadata

func (client *ODataClientImpl) GetMetadata() (*http.Response, error)

func (*ODataClientImpl) GetServiceRoot

func (client *ODataClientImpl) GetServiceRoot() (*http.Response, error)

type ODataSource

type ODataSource struct {
	// contains filtered or unexported fields
}

func (*ODataSource) CallResource

func (*ODataSource) CheckHealth

func (*ODataSource) QueryData

type ODataSourceInstance

type ODataSourceInstance struct {
	// contains filtered or unexported fields
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL