Fix lint error from PR merge

This commit is contained in:
Quentin McGaw
2021-04-09 17:44:22 +00:00
parent 8230596f98
commit d1558a3472

View File

@@ -24,7 +24,8 @@ type Configurator interface {
RemoveAllowedPort(ctx context.Context, port uint16) (err error)
SetDebug()
// SetNetworkInformation is meant to be called only once
SetNetworkInformation(defaultInterface string, defaultGateway net.IP, localNetworks []routing.LocalNetwork, localIP net.IP)
SetNetworkInformation(defaultInterface string, defaultGateway net.IP,
localNetworks []routing.LocalNetwork, localIP net.IP)
}
type configurator struct { //nolint:maligned