azureblob

package
v1.15.3 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2026 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuiltIn

func BuiltIn() catalog.BuiltIn

Types

type Config

type Config struct {
	StorageAccountName string `hcl:"storage_account_name" json:"storage_account_name"`
	StorageAccountKey  string `hcl:"storage_account_key" json:"storage_account_key"`
	ServiceEndpoint    string `hcl:"service_endpoint" json:"service_endpoint"`
	ContainerName      string `hcl:"container_name" json:"container_name"`
	BlobName           string `hcl:"blob_name" json:"blob_name"`
	Format             string `hcl:"format" json:"format"`
	TenantID           string `hcl:"tenant_id" json:"tenant_id"`
	AppID              string `hcl:"app_id" json:"app_id"`
	AppSecret          string `hcl:"app_secret" json:"app_secret"`
	RefreshHint        string `hcl:"refresh_hint" json:"refresh_hint"`
	// contains filtered or unexported fields
}

Config holds the configuration of the plugin.

type Plugin

type Plugin struct {
	bundlepublisherv1.UnsafeBundlePublisherServer
	configv1.UnsafeConfigServer
	// contains filtered or unexported fields
}

Plugin is the main representation of this bundle publisher plugin.

func New

func New() *Plugin

func (*Plugin) Configure

Configure configures the plugin.

func (*Plugin) PublishBundle

PublishBundle puts the bundle in the configured Azure Blob Storage container.

func (*Plugin) SetLogger

func (p *Plugin) SetLogger(log hclog.Logger)

SetLogger sets a logger in the plugin.

func (*Plugin) Validate

Jump to

Keyboard shortcuts

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