feat 错误包装

This commit is contained in:
2026-01-16 22:13:15 +08:00
parent 584319e5ec
commit 3d7b650b4c
3 changed files with 26 additions and 27 deletions

View File

@@ -0,0 +1,10 @@
package grpc_server
import (
"context"
)
// UpdateLeaderboard 更新排行榜
func (s *Server) UpdateLeaderboard(ctx context.Context) error {
return nil
}