Due to an oversight, the toml and json tags for the `MinSize` field had different keywords. This commit fixes this by creating a `minsize` toml tag and ensuring backwards compatability by checking the old `size` tag. If both `minsize` & `size` are set in the toml block, the custom unmarshal function validates the input for inconsistencies. |
||
|---|---|---|
| .. | ||
| blueprint.go | ||
| blueprint_convert_test.go | ||
| blueprint_test.go | ||
| customizations.go | ||
| customizations_test.go | ||
| filesystem_customizations.go | ||
| fsnode_customizations.go | ||
| fsnode_customizations_test.go | ||
| repository_customizations.go | ||
| repository_customizations_test.go | ||