docs: mark upstreams for all upstreams

This commit is contained in:
2021-10-21 19:54:43 +02:00
parent 5ce2419354
commit a458a5d9f7
13 changed files with 13 additions and 13 deletions

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"