mirror of https://github.com/docker/cli.git
fix a few golint errors
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
parent
9806df060b
commit
4d5944cd51
|
@ -16,6 +16,7 @@ const (
|
|||
portOptMode = "mode"
|
||||
)
|
||||
|
||||
// PortOpt represents a port config in swarm mode.
|
||||
type PortOpt struct {
|
||||
ports []swarm.PortConfig
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue