moby--moby/internal/test/request
Sebastiaan van Stijn e6c0d19c3a
client: define "Opt" type
Minor improvement, but makes defining a list of options
a bit cleaner, and more descriptive;

Before:

    opts := make([]func(*client.Client) error, 0)

After:

    opts := make([]client.Opt, 0)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-04-10 01:23:45 +02:00
..
npipe.go Move integration-cli/request to internal/test/request… 2018-04-17 16:25:59 +02:00
npipe_windows.go Move integration-cli/request to internal/test/request… 2018-04-17 16:25:59 +02:00
ops.go Move integration-cli/request to internal/test/request… 2018-04-17 16:25:59 +02:00
request.go client: define "Opt" type 2019-04-10 01:23:45 +02:00