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
@@ -58,11 +55,6 @@ func newPullCommand(dockerCLI command.Cli) *cobra.Command {
5855 return cmd
5956}
6057
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-
6658// runPull performs a pull against the engine based on the specified options
6759func runPull (ctx context.Context , dockerCLI command.Cli , opts pullOptions ) error {
6860 distributionRef , err := reference .ParseNormalizedNamed (opts .remote )
You can’t perform that action at this time.
0 commit comments