warehouse

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: May 10, 2025 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Warehouse

type Warehouse struct {
	TableRegistry operations.ITableRegistry
	Inserter      operations.IInserter
	Tasker        *tasker.Tasker
	// contains filtered or unexported fields
}

func NewWarehouse

func NewWarehouse(
	ctx context.Context,
	logger *slog.Logger,
	name string,
	tableRegistry *operations.TableRegistry,
	keyStorageOptions storage.KeyStorageOptions,
	objectStorageOptions storage.ObjectStorageOptions,
	manifestStorageOptions storage.ManifestStorageOptions,
	taskerOptions tasker.Options,
) (*Warehouse, error)

func (*Warehouse) Run

func (obj *Warehouse) Run(ctx context.Context) error

Jump to

Keyboard shortcuts

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