package
Version:
v0.19.1
Opens a new window with list of versions in this module.
Published: Jan 3, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package secrets gets parameters for Azure services.
Currently implemented as reading from a JSON file although other methods
may be introduced.
type Secrets struct {
Account string `json:"account"`
URL string `json:"url"`
Key string `json:"key"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.