11// This is a generated file - do not edit.
22//
3- // Generated from api/stats .proto.
3+ // Generated from api/statistics .proto.
44
55// @dart = 3.3
66
@@ -16,12 +16,12 @@ import 'dart:core' as $core;
1616import 'package:grpc/service_api.dart' as $grpc;
1717import 'package:protobuf/protobuf.dart' as $pb;
1818
19- import 'stats .pb.dart' as $0;
19+ import 'statistics .pb.dart' as $0;
2020
21- export 'stats .pb.dart' ;
21+ export 'statistics .pb.dart' ;
2222
23- @$pb.GrpcServiceName ('tk.api.StatsService ' )
24- class StatsServiceClient extends $grpc.Client {
23+ @$pb.GrpcServiceName ('tk.api.StatisticsService ' )
24+ class StatisticsServiceClient extends $grpc.Client {
2525 /// The hostname for this service.
2626 static const $core.String defaultHost = '' ;
2727
@@ -30,7 +30,7 @@ class StatsServiceClient extends $grpc.Client {
3030 '' ,
3131 ];
3232
33- StatsServiceClient (super .channel, {super .options, super .interceptors});
33+ StatisticsServiceClient (super .channel, {super .options, super .interceptors});
3434
3535 $grpc.ResponseFuture <$0.GetLeaderboardResponse > getLeaderboard (
3636 $0.GetLeaderboardRequest request, {
@@ -43,16 +43,16 @@ class StatsServiceClient extends $grpc.Client {
4343
4444 static final _$getLeaderboard =
4545 $grpc.ClientMethod <$0.GetLeaderboardRequest , $0.GetLeaderboardResponse >(
46- '/tk.api.StatsService /GetLeaderboard' ,
46+ '/tk.api.StatisticsService /GetLeaderboard' ,
4747 ($0.GetLeaderboardRequest value) => value.writeToBuffer (),
4848 $0.GetLeaderboardResponse .fromBuffer);
4949}
5050
51- @$pb.GrpcServiceName ('tk.api.StatsService ' )
52- abstract class StatsServiceBase extends $grpc.Service {
53- $core.String get $name => 'tk.api.StatsService ' ;
51+ @$pb.GrpcServiceName ('tk.api.StatisticsService ' )
52+ abstract class StatisticsServiceBase extends $grpc.Service {
53+ $core.String get $name => 'tk.api.StatisticsService ' ;
5454
55- StatsServiceBase () {
55+ StatisticsServiceBase () {
5656 $addMethod ($grpc.ServiceMethod <$0.GetLeaderboardRequest ,
5757 $0.GetLeaderboardResponse >(
5858 'GetLeaderboard' ,
0 commit comments