fix a few golint errors
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
Upstream-commit: 4d5944cd51
Component: cli
This commit is contained in:
committed by
Vincent Demeester
parent
8543a49ef3
commit
a3052deb52
@ -16,6 +16,7 @@ const (
|
||||
portOptMode = "mode"
|
||||
)
|
||||
|
||||
// PortOpt represents a port config in swarm mode.
|
||||
type PortOpt struct {
|
||||
ports []swarm.PortConfig
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user