Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SortPropertyValues ¶
func SortPropertyValues(pvs []PropertyValue)
SortPropertyValues sorts the property values in property name order
Types ¶
type Interface ¶
type Interface interface {
Write(properties *KeyProperties) error
}
Interface an editor of a secret
type KeyProperties ¶
type KeyProperties struct { Key string Properties []PropertyValue }
KeyProperties to specify a set of properties to populate
func (*KeyProperties) String ¶
func (p *KeyProperties) String() string
String returns a string representation
type PropertyValue ¶
SecretProperty the property to edit
Click to show internal directories.
Click to hide internal directories.