Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Properties ¶ added in v0.6.0
type Properties struct {
Items map[string]interface{} `json:"-"`
}
func (*Properties) DeepCopy ¶ added in v0.6.0
func (in *Properties) DeepCopy() *Properties
func (*Properties) DeepCopyInto ¶ added in v0.6.0
func (in *Properties) DeepCopyInto(out *Properties)
func (*Properties) MarshalJSON ¶ added in v0.6.0
func (in *Properties) MarshalJSON() ([]byte, error)
func (*Properties) UnmarshalJSON ¶ added in v0.6.0
func (in *Properties) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.