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 (
1414 "github.com/spf13/cobra"
1515)
1616
17- // PullOptions defines what and how to pull
18- type PullOptions = pullOptions
19-
2017// pullOptions defines what and how to pull.
2118type pullOptions struct {
2219 remote string
@@ -65,11 +62,6 @@ func newPullCommand(dockerCLI command.Cli) *cobra.Command {
6562 return cmd
6663}
6764
68- // RunPull performs a pull against the engine based on the specified options
69- func RunPull (ctx context.Context , dockerCLI command.Cli , opts PullOptions ) error {
70- return runPull (ctx , dockerCLI , opts )
71- }
72-
7365// runPull performs a pull against the engine based on the specified options
7466func runPull (ctx context.Context , dockerCLI command.Cli , opts pullOptions ) error {
7567 distributionRef , err := reference .ParseNormalizedNamed (opts .remote )
You can’t perform that action at this time.
0 commit comments