store

package
v1.4.17 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2024 License: Apache-2.0 Imports: 9 Imported by: 38

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStore

func NewStore(dir string) (asset.Store, error)

NewStore returns an asset store that implements the asset.Store interface.

Types

type AssetsFetcher added in v0.90.0

type AssetsFetcher interface {
	// Fetchs and persists all the writable assets from the configured assets store.
	FetchAndPersist(context.Context, []asset.WritableAsset) error
}

AssetsFetcher it's used to retrieve and resolve a specified set of assets.

func NewAssetsFetcher added in v0.90.0

func NewAssetsFetcher(storeDir string) AssetsFetcher

NewAssetsFetcher creates a new AssetsFetcher instance for the specified assets store folder.

Jump to

Keyboard shortcuts

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