s3

package
v0.36.1 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2023 License: Apache-2.0 Imports: 6 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) AsCatalogStore

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

Catalog implements drivers.Handle.

func (*Handle) AsFileStore

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

AsFileStore implements drivers.Handle.

func (*Handle) AsOLAP

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

OLAP implements drivers.Handle.

func (*Handle) AsObjectStore

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

AsObjectStore implements drivers.Handle.

func (*Handle) AsRegistry

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

Registry implements drivers.Handle.

func (*Handle) AsRepoStore

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

Repo implements drivers.Handle.

func (*Handle) AsSQLStore

func (c *Handle) AsSQLStore() (drivers.SQLStore, bool)

AsSQLStore implements drivers.Handle.

func (*Handle) AsTransporter

func (c *Handle) AsTransporter(from, to drivers.Handle) (drivers.Transporter, bool)

AsTransporter implements drivers.Handle.

func (*Handle) Close

func (c *Handle) Close() error

Close implements drivers.Handle.

func (*Handle) Config

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

Config implements drivers.Handle.

func (*Handle) Driver

func (c *Handle) Driver() string

Driver implements drivers.Handle.

func (*Handle) Migrate

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

Migrate implements drivers.Handle.

func (*Handle) MigrationStatus

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

MigrationStatus implements drivers.Handle.

Jump to

Keyboard shortcuts

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