AddVIP adds a VIP to the load balancing interface.
(*seesaw.VIP)
| 121 | |
| 122 | // AddVIP adds a VIP to the load balancing interface. |
| 123 | AddVIP(*seesaw.VIP) error |
| 124 | |
| 125 | // DeleteVIP removes a VIP from the load balancing interface. |
| 126 | DeleteVIP(*seesaw.VIP) error |
no outgoing calls
no test coverage detected