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"` PrivatePemKey string `json:"privatePemKey"` PortfolioId string `json:"portfolioId"` }
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.