Skip to content
Snippets Groups Projects
Commit 8a984b85 authored by Jono Wenger's avatar Jono Wenger
Browse files

Update TestGenericServer for new protoc

parent e153a291
Branches
Tags
2 merge requests!39Merge release into master,!32Project/channels
...@@ -17,6 +17,7 @@ import ( ...@@ -17,6 +17,7 @@ import (
type TestGenericServer struct { type TestGenericServer struct {
resp string resp string
pb.UnimplementedGenericServer
} }
func (ts *TestGenericServer) AuthenticateToken(context.Context, *pb.AuthenticatedMessage) (*pb.Ack, error) { func (ts *TestGenericServer) AuthenticateToken(context.Context, *pb.AuthenticatedMessage) (*pb.Ack, error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment