AzureStorage.Core.Account (AzureStorage v0.1.1) View Source

Azure Storage account details

Link to this section Summary

Functions

Create new account struct and make sure account key is base64 decoded value.

Link to this section Types

Specs

t() :: %AzureStorage.Core.Account{key: String.t(), name: String.t()}

Link to this section Functions

Specs

new(String.t(), String.t()) :: {:ok, t()} | {:error, String.t()}

Create new account struct and make sure account key is base64 decoded value.