Custom string-based types (e.g. ImageID, ContainerID) must implement fmt.Stringer. Use .String() at SDK/library boundaries instead of string(v) for explicit, grep-able conversions.
Custom string-based types (e.g. ImageID, ContainerID) must implement fmt.Stringer. Use .String() at SDK/library boundaries instead of string(v) for explicit, grep-able conversions.