plugins/types
Tom Denham efc0f2987f pkg/types: Add UnmarshallableString type
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.
2016-06-09 14:45:58 -07:00
..
args_test.go *: appc/cni -> containernetworking/cni 2016-05-19 12:06:36 +02:00
args.go pkg/types: Add UnmarshallableString type 2016-06-09 14:45:58 -07:00
types_suite_test.go *: add missing license headers + check 2016-04-01 15:35:21 +02:00
types.go added the String method to Result type 2016-02-19 17:40:46 +00:00