package
Version:
v0.3.9
Opens a new window with list of versions in this module.
Published: Aug 22, 2024
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.