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