Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type Column
- type ErrorDetail
- type ErrorInfo
- type ErrorResponse
- type MetadataApplication
- type MetadataApplicationRelated
- type MetadataCategory
- type MetadataCategoryRelated
- type MetadataClient
- type MetadataColumnDataType
- type MetadataFunction
- type MetadataFunctionRelated
- type MetadataPermissions
- type MetadataPermissionsApplicationsItem
- type MetadataPermissionsResourcesItem
- type MetadataPermissionsWorkspacesItem
- type MetadataQuery
- type MetadataQueryRelated
- type MetadataResourceType
- type MetadataResourceTypeRelated
- type MetadataResults
- type MetadataSolution
- type MetadataSolutionRelated
- type MetadataTable
- type MetadataTableColumnsItem
- type MetadataTableRelated
- type MetadataWorkspace
- type MetadataWorkspaceRelated
- type QueryBody
- type QueryClient
- type QueryResults
- type Table
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New() BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string) BaseClient
type ErrorDetail ¶
type ErrorDetail = original.ErrorDetail
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type MetadataApplication ¶
type MetadataApplication = original.MetadataApplication
type MetadataApplicationRelated ¶
type MetadataApplicationRelated = original.MetadataApplicationRelated
type MetadataCategory ¶
type MetadataCategory = original.MetadataCategory
type MetadataCategoryRelated ¶
type MetadataCategoryRelated = original.MetadataCategoryRelated
type MetadataClient ¶
type MetadataClient = original.MetadataClient
func NewMetadataClient ¶
func NewMetadataClient() MetadataClient
func NewMetadataClientWithBaseURI ¶
func NewMetadataClientWithBaseURI(baseURI string) MetadataClient
type MetadataColumnDataType ¶
type MetadataColumnDataType = original.MetadataColumnDataType
const ( Bool MetadataColumnDataType = original.Bool Datetime MetadataColumnDataType = original.Datetime Dynamic MetadataColumnDataType = original.Dynamic Int MetadataColumnDataType = original.Int Long MetadataColumnDataType = original.Long Real MetadataColumnDataType = original.Real String MetadataColumnDataType = original.String )
func PossibleMetadataColumnDataTypeValues ¶
func PossibleMetadataColumnDataTypeValues() []MetadataColumnDataType
type MetadataFunction ¶
type MetadataFunction = original.MetadataFunction
type MetadataFunctionRelated ¶
type MetadataFunctionRelated = original.MetadataFunctionRelated
type MetadataPermissions ¶
type MetadataPermissions = original.MetadataPermissions
type MetadataPermissionsApplicationsItem ¶
type MetadataPermissionsApplicationsItem = original.MetadataPermissionsApplicationsItem
type MetadataPermissionsResourcesItem ¶
type MetadataPermissionsResourcesItem = original.MetadataPermissionsResourcesItem
type MetadataPermissionsWorkspacesItem ¶
type MetadataPermissionsWorkspacesItem = original.MetadataPermissionsWorkspacesItem
type MetadataQuery ¶
type MetadataQuery = original.MetadataQuery
type MetadataQueryRelated ¶
type MetadataQueryRelated = original.MetadataQueryRelated
type MetadataResourceType ¶
type MetadataResourceType = original.MetadataResourceType
type MetadataResourceTypeRelated ¶
type MetadataResourceTypeRelated = original.MetadataResourceTypeRelated
type MetadataResults ¶
type MetadataResults = original.MetadataResults
type MetadataSolution ¶
type MetadataSolution = original.MetadataSolution
type MetadataSolutionRelated ¶
type MetadataSolutionRelated = original.MetadataSolutionRelated
type MetadataTable ¶
type MetadataTable = original.MetadataTable
type MetadataTableColumnsItem ¶
type MetadataTableColumnsItem = original.MetadataTableColumnsItem
type MetadataTableRelated ¶
type MetadataTableRelated = original.MetadataTableRelated
type MetadataWorkspace ¶
type MetadataWorkspace = original.MetadataWorkspace
type MetadataWorkspaceRelated ¶
type MetadataWorkspaceRelated = original.MetadataWorkspaceRelated
type QueryClient ¶
type QueryClient = original.QueryClient
func NewQueryClient ¶
func NewQueryClient() QueryClient
func NewQueryClientWithBaseURI ¶
func NewQueryClientWithBaseURI(baseURI string) QueryClient
type QueryResults ¶
type QueryResults = original.QueryResults
Click to show internal directories.
Click to hide internal directories.