Files
moby/image
Sebastiaan van Stijn 86a8bfdce4 remove redundant uses of api/types/strslice.StrSlice
The only real purpose of strslice.StrSlice is to provide a custom
json.Unmarshaler implementation for API responses. For all other purposes,
it's a regular string-slice.

This patch removes uses of this type in cases where the custom json.Unmarshaler
is irrelevant; in most cases this was in tests, where results were tested
using "DeepEquals"; for those tests, the type-assertion did not add real
value, so we can cast the values to a []string instead.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-01-27 18:46:48 +01:00
..
2024-09-10 11:01:01 +02:00
2024-07-16 12:46:57 -07:00
2023-08-24 17:57:22 +02:00
2024-12-19 12:14:24 +01:00