Documentation
¶
Index ¶
- func NewHttpCommand(initAssets InitAssets) *cli.Command
- func NewMigrateCommand(initAssetRepo InitAssetRepo) *cli.Command
- func NewStoreFilesCommand(initAssets InitAssets) *cli.Command
- func NewStorePipeCommand(initAssets InitAssets) *cli.Command
- func NewStoreUrlsCommand(initAssets InitAssets) *cli.Command
- type InitAssetRepo
- type InitAssets
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHttpCommand ¶
func NewHttpCommand(initAssets InitAssets) *cli.Command
func NewMigrateCommand ¶
func NewMigrateCommand(initAssetRepo InitAssetRepo) *cli.Command
func NewStoreFilesCommand ¶
func NewStoreFilesCommand(initAssets InitAssets) *cli.Command
func NewStorePipeCommand ¶
func NewStorePipeCommand(initAssets InitAssets) *cli.Command
func NewStoreUrlsCommand ¶
func NewStoreUrlsCommand(initAssets InitAssets) *cli.Command
Types ¶
type InitAssetRepo ¶
type InitAssetRepo func(ctx *cli.Context) (assetRepo repository.Repository, err error)
Click to show internal directories.
Click to hide internal directories.