Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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.
Click to show internal directories.
Click to hide internal directories.