mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
rename protobuf interface
For unrelated reasons, we renamed the protobuf interface from
package "pilosa" to package "proto". This means our GRPC endpoints
need to live under "proto.Pilosa" instead of "pilosa.Pilosa". This
means lattice needs to be configured the same way.
(cherry picked from commit 3a8d08fed5)
This commit is contained in:
parent
eb842274ec
commit
ec6f256df9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ var grpc = require("@improbable-eng/grpc-web").grpc;
|
|||
|
||||
var Pilosa = (function () {
|
||||
function Pilosa() {}
|
||||
Pilosa.serviceName = "pilosa.Pilosa";
|
||||
Pilosa.serviceName = "proto.Pilosa";
|
||||
return Pilosa;
|
||||
}());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue