cli/command/container: remove deprecated NewStartOptions
This function was deprecated in 298bddcc233af9e29f2fe9014c3c211712d5f633 for v25.0, and unused. This patch removes the function. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
f18a476b6d
commit
2402dac819
@ -28,13 +28,6 @@ type StartOptions struct {
|
||||
Containers []string
|
||||
}
|
||||
|
||||
// NewStartOptions creates a new StartOptions.
|
||||
//
|
||||
// Deprecated: create a new [StartOptions] directly.
|
||||
func NewStartOptions() StartOptions {
|
||||
return StartOptions{}
|
||||
}
|
||||
|
||||
// NewStartCommand creates a new cobra.Command for `docker start`
|
||||
func NewStartCommand(dockerCli command.Cli) *cobra.Command {
|
||||
var opts StartOptions
|
||||
|
Loading…
x
Reference in New Issue
Block a user