admin

package
v0.78.0 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2025 License: Apache-2.0 Imports: 37 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handle

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

func (*Handle) AsAI added in v0.41.0

func (h *Handle) AsAI(instanceID string) (drivers.AIService, bool)

AsAI implements drivers.Handle.

func (*Handle) AsAdmin added in v0.37.0

func (h *Handle) AsAdmin(instanceID string) (drivers.AdminService, bool)

AsAdmin implements drivers.Handle.

func (*Handle) AsCatalogStore

func (h *Handle) AsCatalogStore(instanceID string) (drivers.CatalogStore, bool)

AsCatalogStore implements drivers.Handle.

func (*Handle) AsFileStore

func (h *Handle) AsFileStore() (drivers.FileStore, bool)

AsFileStore implements drivers.Handle.

func (*Handle) AsInformationSchema added in v0.78.0

func (h *Handle) AsInformationSchema() (drivers.InformationSchema, bool)

InformationSchema implements drivers.Handle.

func (*Handle) AsModelExecutor added in v0.45.0

func (h *Handle) AsModelExecutor(instanceID string, opts *drivers.ModelExecutorOptions) (drivers.ModelExecutor, error)

AsModelExecutor implements drivers.Handle.

func (*Handle) AsModelManager added in v0.45.0

func (h *Handle) AsModelManager(instanceID string) (drivers.ModelManager, bool)

AsModelManager implements drivers.Handle.

func (*Handle) AsNotifier added in v0.43.0

func (h *Handle) AsNotifier(properties map[string]any) (drivers.Notifier, error)

AsNotifier implements drivers.Handle.

func (*Handle) AsOLAP

func (h *Handle) AsOLAP(instanceID string) (drivers.OLAPStore, bool)

AsOLAP implements drivers.Handle.

func (*Handle) AsObjectStore

func (h *Handle) AsObjectStore() (drivers.ObjectStore, bool)

AsObjectStore implements drivers.Handle.

func (*Handle) AsRegistry

func (h *Handle) AsRegistry() (drivers.RegistryStore, bool)

AsRegistry implements drivers.Handle.

func (*Handle) AsRepoStore

func (h *Handle) AsRepoStore(instanceID string) (drivers.RepoStore, bool)

AsRepoStore implements drivers.Handle.

func (*Handle) AsWarehouse added in v0.48.0

func (h *Handle) AsWarehouse() (drivers.Warehouse, bool)

AsWarehouse implements drivers.Handle.

func (*Handle) Close

func (h *Handle) Close() error

Close implements drivers.Handle.

func (*Handle) Complete added in v0.41.0

func (*Handle) Config

func (h *Handle) Config() map[string]any

Config implements drivers.Handle.

func (*Handle) Driver

func (h *Handle) Driver() string

Driver implements drivers.Handle.

func (*Handle) GetAlertMetadata added in v0.41.0

func (h *Handle) GetAlertMetadata(ctx context.Context, alertName, ownerID string, emailRecipients []string, anonRecipients bool, annotations map[string]string, queryForUserID, queryForUserEmail string) (*drivers.AlertMetadata, error)

func (*Handle) GetReportMetadata added in v0.37.0

func (h *Handle) GetReportMetadata(ctx context.Context, reportName, ownerID, webOpenMode string, emailRecipients []string, anonRecipients bool, executionTime time.Time) (*drivers.ReportMetadata, error)

func (*Handle) Migrate

func (h *Handle) Migrate(ctx context.Context) (err error)

Migrate implements drivers.Handle.

func (*Handle) MigrationStatus

func (h *Handle) MigrationStatus(ctx context.Context) (current, desired int, err error)

MigrationStatus implements drivers.Handle.

func (*Handle) Ping added in v0.47.0

func (h *Handle) Ping(ctx context.Context) error

Ping implements drivers.Handle.

func (*Handle) ProvisionConnector added in v0.53.0

func (h *Handle) ProvisionConnector(ctx context.Context, name, driver string, args map[string]any) (map[string]any, error)

Jump to

Keyboard shortcuts

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