Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DeepCopy = func(dst interface{}, src interface{}) error { payload, err := json.Marshal(src) if err != nil { return err } err = json.Unmarshal(payload, dst) if err != nil { return err } return nil }
DeepCopy does a deep copy of a structure Error checking of parameters delegated to json engine
Functions ¶
func IfPassesSecretsFilter ¶
func ToLibpodFilters ¶
func ToURLValues ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.