Pass rewind service and account rewind service

This commit is contained in:
2025-12-25 22:26:57 +08:00
parent 24836fc606
commit f0d6772dca
10 changed files with 168 additions and 28 deletions

View File

@@ -12,6 +12,7 @@ message RewindEvent {
message RequestRewindEvent {
string account_id = 1;
int32 year = 2;
}
service RewindService {