libnetwork/service_unsupported.go
Method Controller.addServiceBinding
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (c *Controller) addServiceBinding(name, sid, nid, eid string, vip net.IP, ingressPorts []*PortConfig, aliases []string, ip net.IP) error {
Method Controller.rmServiceBinding
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (c *Controller) rmServiceBinding(name, sid, nid, eid string, vip net.IP, ingressPorts []*PortConfig, aliases []string, ip net.IP) error {