azblobstorage

package
v0.3.9 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	AccountName       string    `json:"account_name"`
	PrimaryAccountKey string    `json:"primary_account_key"`
	Container         Container `json:"container"`
}

type Container

type Container struct {
	Name   string `json:"name"`
	Create bool   `json:"create"`
}

type Producer

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

func (*Producer) Close

func (p *Producer) Close() error

func (*Producer) Initialize

func (p *Producer) Initialize(configFile string)

func (*Producer) Produce

func (p *Producer) Produce(k []byte, v []byte, _ any)

Jump to

Keyboard shortcuts

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