Documentation
¶
Overview ¶
Package blobcli provides reusable blob-store Cobra commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommands ¶
AddCommands registers blob-store operations on root.
func NewCommand ¶
NewCommand creates a standalone blob-store command tree.
func NewSubcommand ¶
NewSubcommand creates the blob subtree used by enstore.
Types ¶
type Root ¶
type Root struct {
Command *cobra.Command
Source *StoreFlags
Dest *StoreFlags
// contains filtered or unexported fields
}
type StoreFlags ¶
type StoreFlags struct {
Flags *blobfactory.Flags
App string
Namespace []string
Prefix string
}
Click to show internal directories.
Click to hide internal directories.