package
0.0.0-20250130204033-e82d90384e5b
Repository: https://github.com/laurentgoderre/moby.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.