Skip to content

Commit

Permalink
mod: GetLastDailySignedInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
turingczz committed Dec 5, 2022
1 parent 9d3e132 commit a5475a9
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 76 deletions.
147 changes: 73 additions & 74 deletions protos/online/online.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions protos/online/online.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import "google/protobuf/timestamp.proto";

service OnlineService {
rpc UpdateSignMetrics(ReqSignMetrics) returns (RespSignMetrics);
rpc DoDailyStatusReportHandler(ReqSignMetrics) returns (Result);
rpc GetLastDailySignedInfoHandler(ReqLastDailySignedInfo) returns (RespSignMetrics);
rpc DoDailyStatusReport(ReqSignMetrics) returns (Result);
rpc GetLastDailySignedInfo(ReqLastDailySignedInfo) returns (RespSignMetrics);
}

message ReqLastDailySignedInfo {
Expand Down

0 comments on commit a5475a9

Please sign in to comment.