datastore

package
v0.2.21 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrCreatingDatastore    = errors.New("error creating datastore")
	ErrUnsupportedDatastore = errors.New("unsupported datastore type")
)

Functions

This section is empty.

Types

type Connector

type Connector interface {
	Connect() (api.ModelRegistryApi, error)
	Teardown() error
}

func NewConnector

func NewConnector(ds Datastore) (Connector, error)

type Datastore

type Datastore struct {
	MLMD    mlmd.MLMDConfig
	EmbedMD embedmd.EmbedMDConfig
	Type    string
}

type TeardownFunc

type TeardownFunc func() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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