Rename the RoveServer proto to Rove

This commit is contained in:
Marc Di Luzio 2020-06-13 10:43:35 +01:00
parent ccb34d4452
commit 856771dac7
5 changed files with 164 additions and 164 deletions

View file

@ -98,7 +98,7 @@ func InnerMain(command string) error {
if err != nil {
return err
}
var client = rove.NewRoveServerClient(clientConn)
var client = rove.NewRoveClient(clientConn)
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
defer cancel()