package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: May 1, 2025
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
AccountName string `json:"account_name"`
PrimaryAccountKey string `json:"primary_account_key"`
Container Container `json:"container"`
}
type Container struct {
Name string `json:"name"`
Create bool `json:"create"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.