client

package
v0.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AzureBlobWriter

type AzureBlobWriter struct {
	// contains filtered or unexported fields
}

func NewWriter

func NewWriter(ctx context.Context, storageAccountURL, containerName, blobName, accountKey, connectionString string) (*AzureBlobWriter, error)

func (*AzureBlobWriter) Close

func (w *AzureBlobWriter) Close() error

func (*AzureBlobWriter) WriteData

func (w *AzureBlobWriter) WriteData(data []byte) error

type Writer

type Writer interface {
	WriteData([]byte) error
	Close() error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL