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)
Click to show internal directories.
Click to hide internal directories.