Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config []SecretItem
func LoadConfigFromPath ¶
func (Config) IsFieldGenerated ¶
func (Config) IsItemGenerated ¶
func (*Config) UnmarshalJSON ¶
type FieldGenerator ¶
type SecretItem ¶
type SecretItem struct { ItemName string `json:"item_name"` Fields []FieldGenerator `json:"fields,omitempty"` Notes string `json:"notes,omitempty"` Params map[string][]string `json:"params,omitempty"` }
Click to show internal directories.
Click to hide internal directories.