mirror of
https://github.com/rancher/norman.git
synced 2025-08-17 14:56:42 +00:00
Add a new field attribute "pointer" to indicate that the generated
client code for the field must be a pointer. This allows clients to
differentiate between sending nil/leaving the value unset and sending an
empty map or slice.
This change also removes the `nullablestring` norman type introduced in
|
||
---|---|---|
.. | ||
builder | ||
browser.go | ||
collection.go | ||
parse.go | ||
read_input.go | ||
subcontext.go | ||
validate.go |