Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultClient ¶ added in v0.0.6
func LoadResourceFromContext ¶ added in v0.0.4
LoadResourceFromContext loads data from a CLI flag.
If the value of the specified flag starts with '@', the flag is interpreted as a filename and the contents of the file are returned.
In all other cases, the flag value is returned directly.
Types ¶
type VaultJsonObject ¶ added in v0.0.6
type VaultUnmarshal ¶ added in v0.0.6
func (*VaultUnmarshal) UnmarshalFlags ¶ added in v0.0.6
func (s *VaultUnmarshal) UnmarshalFlags(hash string, c *cli.Context) (err error)
type VaultUnmarshaler ¶ added in v0.0.6
func NewVaultUnmarshal ¶ added in v0.0.6
func NewVaultUnmarshal(domain, token string, client Doer) VaultUnmarshaler
Click to show internal directories.
Click to hide internal directories.