2 changed files with 3 additions and 22 deletions
@ -1,17 +0,0 @@
|
||||
Index: src/github.com/iegomez/mosquitto-go-auth/backends/grpc.go
|
||||
--- src/github.com/iegomez/mosquitto-go-auth/backends/grpc.go.orig 2019-06-19 15:52:53.000000000 +0200
|
||||
+++ src/github.com/iegomez/mosquitto-go-auth/backends/grpc.go 2019-06-19 17:39:03.041303000 +0200
|
||||
@@ -148,3 +148,13 @@
|
||||
|
||||
return gsClient, gs.NewAuthServiceClient(gsClient), nil
|
||||
}
|
||||
+
|
||||
+//GetName returns the backend's name
|
||||
+func (o GRPC) GetName() string {
|
||||
+ return "GRPC"
|
||||
+}
|
||||
+
|
||||
+//Halt terminates the connection.
|
||||
+func (o GRPC) Halt() {
|
||||
+}
|
||||
+
|
||||
Loading…
Reference in new issue