Exemplo n.º 1
0
func NewManagerRPCClient(hostAndPort string) *atlantis.RPCClient {
	return atlantis.NewRPCClient(hostAndPort, "ManagerRPC", ManagerRPCVersion, true)
}
Exemplo n.º 2
0
func NewSupervisorRPCClient(hostAndPort string) *common.RPCClient {
	return common.NewRPCClient(hostAndPort, "Supervisor", SupervisorRPCVersion, false)
}