Skip to content

Commit cf232bf

Browse files
committed
Add comment for exported server function
1 parent 4f51232 commit cf232bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/rpcservice/rpc_service.go

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ func (srv *RPCService) printConfig(configOutput ConfigOutput) {
128128
}
129129
}
130130

131+
// Server returns the gRPC server
131132
func (srv *RPCService) Server() *grpc.Server {
132133
return srv.grpcServer
133134
}

0 commit comments

Comments
 (0)