File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ import (
14
14
"github.com/spf13/cobra"
15
15
)
16
16
17
- // PullOptions defines what and how to pull
18
- type PullOptions = pullOptions
19
-
20
17
// pullOptions defines what and how to pull.
21
18
type pullOptions struct {
22
19
remote string
@@ -58,11 +55,6 @@ func newPullCommand(dockerCLI command.Cli) *cobra.Command {
58
55
return cmd
59
56
}
60
57
61
- // RunPull performs a pull against the engine based on the specified options
62
- func RunPull (ctx context.Context , dockerCLI command.Cli , opts PullOptions ) error {
63
- return runPull (ctx , dockerCLI , opts )
64
- }
65
-
66
58
// runPull performs a pull against the engine based on the specified options
67
59
func runPull (ctx context.Context , dockerCLI command.Cli , opts pullOptions ) error {
68
60
distributionRef , err := reference .ParseNormalizedNamed (opts .remote )
You can’t perform that action at this time.
0 commit comments