You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
509 B

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() {
+}
+