Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YAMLFormater ¶
type YAMLFormater struct{}
func NewYAMLFormater ¶
func NewYAMLFormater() *YAMLFormater
func (*YAMLFormater) Marshal ¶
func (f *YAMLFormater) Marshal(credential *credentials.Credential) (string, error)
func (*YAMLFormater) Unmarshal ¶
func (f *YAMLFormater) Unmarshal(data []byte) (*credentials.Credential, error)
Click to show internal directories.
Click to hide internal directories.