secrets

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: May 24, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package secrets gets parameters for Azure services. Currently implemented as reading from a JSON file although other methods may be introduced.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Secrets

type Secrets struct {
	Account string `json:"account"`
	URL     string `json:"url"`
	Key     string `json:"key"`
}

func New

func New(secretsFile string) (*Secrets, error)

Jump to

Keyboard shortcuts

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