docs: mark upstreams for all upstreams

This commit is contained in:
decentral1se 2021-10-21 19:54:43 +02:00
parent 5ce2419354
commit a458a5d9f7
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
13 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
package container
package container // https://github.com/docker/cli/blob/master/cli/command/container/exec.go
import (
"context"

View File

@ -1,4 +1,4 @@
package container
package container // https://github.com/docker/cli/blob/master/cli/command/container/hijack.go
import (
"context"

View File

@ -1,4 +1,4 @@
package container
package container // https://github.com/docker/cli/blob/master/cli/command/container/tty.go
import (
"context"

View File

@ -1,4 +1,4 @@
package convert
package convert // https://github.com/docker/cli/blob/master/cli/command/container/tty.go
import (
"io/ioutil"

View File

@ -1,4 +1,4 @@
package convert
package convert // https://github.com/docker/cli/blob/master/cli/compose/convert/compose_test.go
import (
"testing"

View File

@ -1,4 +1,4 @@
package convert
package convert // https://github.com/docker/cli/blob/master/cli/compose/convert/service.go
import (
"context"

View File

@ -1,4 +1,4 @@
package convert
package convert // https://github.com/docker/cli/blob/master/cli/compose/convert/service_test.go
import (
"context"

View File

@ -1,4 +1,4 @@
package convert
package convert // https://github.com/docker/cli/blob/master/cli/compose/convert/volume.go
import (
composetypes "github.com/docker/cli/cli/compose/types"

View File

@ -1,4 +1,4 @@
package convert
package convert // https://github.com/docker/cli/blob/master/cli/compose/convert/volume_test.go
import (
"testing"

View File

@ -1,4 +1,4 @@
package stack
package stack // https://github.com/docker/cli/blob/master/cli/command/stack/loader/loader.go
import (
"fmt"

View File

@ -1,4 +1,4 @@
package stack
package stack // https://github.com/docker/cli/blob/master/cli/command/stack/options/opts.go
// Deploy holds docker stack deploy options
type Deploy struct {

View File

@ -1,4 +1,4 @@
package stack
package stack // https://github.com/docker/cli/blob/master/cli/command/stack/remove.go
import (
"context"

View File

@ -1,4 +1,4 @@
package stack
package stack // https://github.com/docker/cli/blob/master/cli/command/stack/swarm/common.go
import (
"context"