Documentation
¶
Index ¶
- func Bootstrap(ctx context.Context, cmd BootstrapCommand) error
- func Configure()
- func CreateBucket(ctx context.Context, name string) (*bucket.Bucket, error)
- func CreateObject(ctx context.Context, b *bucket.Bucket, cmd object.CreateCommand) (*object.Object, error)
- func DeleteObject(ctx context.Context, b *bucket.Bucket, o *object.Object) error
- func IsBootstrapped(ctx context.Context) (bool, error)
- func Login(ctx context.Context, cmd LoginCommand) (*user.User, string, error)
- func ReconcileBucket(ctx context.Context, b *bucket.Bucket) error
- type BootstrapCommand
- type LoginCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateObject ¶
func DeleteObject ¶
Types ¶
type BootstrapCommand ¶
func (BootstrapCommand) Validate ¶
func (c BootstrapCommand) Validate() error
type LoginCommand ¶
Click to show internal directories.
Click to hide internal directories.