package
0.0.0-20240818021530-f5e744f7964a
Repository: https://github.com/kaisenlinux/docker.io.git
Documentation: pkg.go.dev
# Functions
GenerateFromModel takes the generic options, and tries to build a new instance of the model's type by matching keys from the generic options to fields in the model.
# Structs
CannotSetFieldError is the error returned when the generic parameters hold a value for a field that cannot be set in the destination structure.
NoSuchFieldError is the error returned when the generic parameters hold a value for a field absent from the destination structure.
TypeMismatchError is the error returned when the type of the generic value for a field mismatches the type of the destination structure.
# Type aliases
Generic is a basic type to store arbitrary settings.