8000 api: update references to old module name · moby/moby@85ecf8c · GitHub
[go: up one dir, main page]

Skip to content

Commit 85ecf8c

Browse files
committed
api: update references to old module name
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent a17a2e8 commit 85ecf8c

File tree

12 files changed

+14
-16
lines changed

12 files changed

+14
-16
lines changed

api/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const (
88
// MinSupportedAPIVersion is the minimum API version that can be supported
99
// by the API server, specified as "major.minor". Note that the daemon
1010
// may be configured with a different minimum API version, as returned
11-
// in [github.com/docker/docker/api/types.Version.MinAPIVersion].
11+
// in [github.com/moby/moby/api/types.Version.MinAPIVersion].
1212
//
1313
// API requests for API versions lower than the configured version produce
1414
// an error.

api/types/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ type PluginInstallOptions struct {
7373
// authentication header value in base64 encoded format, or an error if the
7474
// privilege request fails.
7575
//
76-
// For details, refer to [github.com/docker/docker/api/types/registry.RequestAuthConfig].
76+
// For details, refer to [github.com/moby/moby/api/types/registry.RequestAuthConfig].
7777
PrivilegeFunc func(context.Context) (string, error)
7878
AcceptPermissionsFunc func(context.Context, PluginPrivileges) (bool, error)
7979
Args []string

api/types/container/container.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ type StatsResponseReader struct {
5050
// MountPoint represents a mount point configuration inside the container.
5151
// This is used for reporting the mountpoints in use by a container.
5252
type MountPoint struct {
53-
// Type is the type of mount, see `Type<foo>` definitions in
54-
// github.com/docker/docker/api/types/mount.Type
53+
// Type is the type of mount, see [mount.Type] definitions for details.
5554
Type mount.Type `json:",omitempty"`
5655

5756
// Name is the name reference to the underlying data defined by `Source`

api/types/image/opts.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type PullOptions struct {
3838
// authentication header value in base64 encoded format, or an error if the
3939
// privilege request fails.
4040
//
41-
// For details, refer to [github.com/docker/docker/api/types/registry.RequestAuthConfig].
41+
// For details, refer to [github.com/moby/moby/api/types/registry.RequestAuthConfig].
4242
PrivilegeFunc func(context.Context) (string, error)
4343
Platform string
4444
}
@@ -53,7 +53,7 @@ type PushOptions struct {
5353
// authentication header value in base64 encoded format, or an error if the
5454
// privilege request fails.
5555
//
56-
// For details, refer to [github.com/docker/docker/api/types/registry.RequestAuthConfig].
56+
// For details, refer to [github.com/moby/moby/api/types/registry.RequestAuthConfig].
5757
PrivilegeFunc func(context.Context) (string, error)
5858

5959
// Platform is an optional field that selects a specific platform to push

api/types/registry/search.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type SearchOptions struct {
1515
// authentication header value in base64 encoded format, or an error if the
1616
// privilege request fails.
1717
//
18-
// For details, refer to [github.com/docker/docker/api/types/registry.RequestAuthConfig].
18+
// For details, refer to [github.com/moby/moby/api/types/registry.RequestAuthConfig].
1919
PrivilegeFunc func(context.Context) (string, error)
2020
Filters filters.Args
2121
Limit int

api/types/swarm/node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const (
133133
)
134134

135135
// Topology defines the CSI topology of this node. This type is a duplicate of
136-
// github.com/docker/docker/api/types.Topology. Because the type definition
136+
// [github.com/moby/moby/api/types/volume.Topology]. Because the type definition
137137
// is so simple and to avoid complicated structure or circular imports, we just
138138
// duplicate it here. See that type for full documentation
139139
type Topology struct {

vendor/github.com/moby/moby/api/common.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moby/moby/api/types/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moby/moby/api/types/container/container.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moby/moby/api/types/image/opts.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0