chore: update the module path in grpc proto file
Some checks failed
Go Tests / Run Tests (1.24.2) (push) Failing after 15m4s
Some checks failed
Go Tests / Run Tests (1.24.2) (push) Failing after 15m4s
This commit is contained in:
parent
86194e5daa
commit
7f825cae46
@ -16,7 +16,7 @@ This package provides a Go client for connecting to a Kevo database server. The
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
go get github.com/jeremytregunna/kevo
|
||||
go get github.com/KevoDB/kevo
|
||||
```
|
||||
|
||||
## Quick Start
|
||||
@ -29,8 +29,8 @@ import (
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/jeremytregunna/kevo/pkg/client"
|
||||
_ "github.com/jeremytregunna/kevo/pkg/grpc/transport" // Register gRPC transport
|
||||
"github.com/KevoDB/kevo/pkg/client"
|
||||
_ "github.com/KevoDB/kevo/pkg/grpc/transport" // Register gRPC transport
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -2,7 +2,7 @@ syntax = "proto3";
|
||||
|
||||
package kevo;
|
||||
|
||||
option go_package = "github.com/jeremytregunna/kevo/pkg/grpc/proto;proto";
|
||||
option go_package = "github.com/KevoDB/kevo/pkg/grpc/proto;proto";
|
||||
|
||||
service KevoService {
|
||||
// Key-Value Operations
|
||||
|
Loading…
Reference in New Issue
Block a user