Documentation
¶
Index ¶
- type Backend
- func (b *Backend) DeleteManagedBundle(ctx context.Context, bundlePath string, managedOutputPaths []string, ...) error
- func (b *Backend) DeleteManagedOutputs(ctx context.Context, bundlePath string, managedOutputPaths []string, ...) error
- func (b *Backend) DeletePrefix(ctx context.Context, prefix string, opts storage.DeleteOptions) error
- func (b *Backend) HasAny(ctx context.Context, prefix string) (bool, error)
- func (b *Backend) OpenReader(ctx context.Context, path string) (io.ReadCloser, error)
- func (b *Backend) ReadFile(ctx context.Context, path string) ([]byte, error)
- func (b *Backend) Stat(ctx context.Context, path string) (storage.Entry, error)
- func (b *Backend) Walk(ctx context.Context, prefix string, opts storage.WalkOptions, ...) error
- func (b *Backend) WriteFile(ctx context.Context, path string, data []byte, opts storage.WriteOptions) (storage.Entry, error)
- func (b *Backend) WriteFrom(ctx context.Context, path string, r io.Reader, opts storage.WriteOptions) (storage.Entry, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func (*Backend) DeleteManagedBundle ¶
func (*Backend) DeleteManagedOutputs ¶ added in v0.6.0
func (*Backend) DeletePrefix ¶ added in v0.1.4
func (*Backend) OpenReader ¶
Click to show internal directories.
Click to hide internal directories.