storage

package
v0.2.12 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PublicAccessOff       = "off"
	PublicAccessBlob      = "blob"
	PublicAccessContainer = "container"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	NetworkRules      []NetworkRule
	EnforceHTTPS      types.BoolValue
	Containers        []Container
	QueueProperties   QueueProperties
	MinimumTLSVersion types.StringValue
}

type Container

type Container struct {
	PublicAccess types.StringValue
}

type NetworkRule

type NetworkRule struct {
	types.Metadata
	Bypass         []types.StringValue
	AllowByDefault types.BoolValue
}

func (NetworkRule) GetMetadata

func (r NetworkRule) GetMetadata() *types.Metadata

func (NetworkRule) GetRawValue

func (r NetworkRule) GetRawValue() interface{}

type QueueProperties

type QueueProperties struct {
	EnableLogging types.BoolValue
}

type Storage

type Storage struct {
	Accounts []Account
}

Jump to

Keyboard shortcuts

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