mirror of
https://github.com/rancher/plugins.git
synced 2025-07-08 04:29:48 +00:00
Allow strings to be unmarshalled for CNI_ARGS CNI_ARGS uses types.LoadArgs to populate a struct. The fields in the struct must meet the TextUnmarshaler interface. This code adds a UnmarshallableString type to assist with this. |
||
---|---|---|
.. | ||
args_test.go | ||
args.go | ||
types_suite_test.go | ||
types.go |