Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericConfig ¶
type GenericConfig struct {
Config map[string]interface{} `json:"config,omitempty"`
}
Note: un-exported field inside struct won't be copied and should not be included in config GenericConfig is a wrapper of go interface{} that makes deepcopy-gen happy
func New ¶
func New(o map[string]interface{}) GenericConfig
func (*GenericConfig) DeepCopy ¶
func (c *GenericConfig) DeepCopy() *GenericConfig
func (*GenericConfig) DeepCopyInto ¶
func (c *GenericConfig) DeepCopyInto(out *GenericConfig)
func (*GenericConfig) DeepCopyJsonObject ¶
func (c *GenericConfig) DeepCopyJsonObject() *GenericConfig
func (*GenericConfig) Unwrap ¶
func (c *GenericConfig) Unwrap() interface{}
Click to show internal directories.
Click to hide internal directories.