1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 21:32:10 +00:00

Drop events and LocalClusterDialer

This commit is contained in:
Darren Shepherd
2018-10-23 23:10:23 -07:00
parent 6420b4e781
commit a5118060d4
2 changed files with 0 additions and 24 deletions

View File

@@ -5,7 +5,6 @@ import "net"
type Dialer func(network, address string) (net.Conn, error)
type Factory interface {
LocalClusterDialer() Dialer
ClusterDialer(clusterName string) (Dialer, error)
DockerDialer(clusterName, machineName string) (Dialer, error)
NodeDialer(clusterName, machineName string) (Dialer, error)