Documentation
¶
Index ¶
- type Blob
- func (b *Blob) Debug(ctx context.Context, filepath string, data []byte, contentType string) error
- func (b *Blob) Delete(ctx context.Context, filepath string, isDir bool) error
- func (b *Blob) Exists(ctx context.Context, filepath string) (bool, error)
- func (b *Blob) Get(ctx context.Context, filepath string) ([]byte, error)
- func (b *Blob) List(ctx context.Context, dir string) ([][]byte, error)
- func (b *Blob) SetPathAsDir(ctx context.Context, path string) error
- func (b *Blob) Upload(ctx context.Context, filepath string, data []byte, contentType string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.