mirror of
https://github.com/rancher/plugins.git
synced 2025-10-22 08:07:28 +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.