credentials

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Credentials

type Credentials struct {
	AccessKey    string `json:"accessKey"`
	Passphrase   string `json:"passphrase"`
	SigningKey   string `json:"signingKey"`
	PortfolioId  string `json:"portfolioId"`
	EntityId     string `json:"entityId"`
	SvcAccountId string `json:"svcAccountId"`
}

func ReadEnvCredentials

func ReadEnvCredentials(variableName string) (*Credentials, error)

func UnmarshalCredentials

func UnmarshalCredentials(b []byte) (*Credentials, error)

Jump to

Keyboard shortcuts

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