Documentation ¶
Index ¶
- func NewCreateCommand(c cli.Interface) *cobra.Command
- func NewForgetCommand(c cli.Interface) *cobra.Command
- func NewListCommand(c cli.Interface) *cobra.Command
- func NewObjectStoreCommand(c cli.Interface) *cobra.Command
- func NewRemoveCommand(c cli.Interface) *cobra.Command
- type CreateObjectStoreOptions
- type RemoveObjectStoreOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCommand ¶
NewCreateCommand returns a new instance of the object-store command.
func NewForgetCommand ¶
NewForgetCommand returns a new instance of the forget command
func NewListCommand ¶
NewListCommand returns a new instance of the list command
func NewObjectStoreCommand ¶
NewObjectCommand returns a new instance of the object-store command.
Types ¶
type CreateObjectStoreOptions ¶
type CreateObjectStoreOptions struct {
// contains filtered or unexported fields
}
type RemoveObjectStoreOptions ¶
type RemoveObjectStoreOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.