mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 08:10:50 +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.
This commit is contained in:
parent
45067b4e32
commit
3a8d08fed5
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