Documentation ¶
Index ¶
- func NewBlobWriter(ctx context.Context, uri string) (wof_writer.Writer, error)
- func RegisterSchemes(ctx context.Context) error
- type BlobWriter
- func (wr *BlobWriter) Close(ctx context.Context) error
- func (wr *BlobWriter) Flush(ctx context.Context) error
- func (wr *BlobWriter) SetLogger(ctx context.Context, logger *log.Logger) error
- func (wr *BlobWriter) Write(ctx context.Context, uri string, fh io.ReadSeeker) (int64, error)
- func (wr *BlobWriter) WriterURI(ctx context.Context, uri string) string
- type BlobWriterOptionsKey
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBlobWriter ¶
func RegisterSchemes ¶ added in v3.0.4
RegisterSchemes will explicitly register all the schemes associated with the `AccessTokensDeliveryAgent` interface.
Types ¶
type BlobWriter ¶
type BlobWriter struct { wof_writer.Writer // contains filtered or unexported fields }
func (*BlobWriter) Write ¶
func (wr *BlobWriter) Write(ctx context.Context, uri string, fh io.ReadSeeker) (int64, error)
type BlobWriterOptionsKey ¶
type BlobWriterOptionsKey string
Click to show internal directories.
Click to hide internal directories.