games struct stubbed

This commit is contained in:
bel
2024-12-14 21:36:08 -07:00
parent 91357afb1f
commit d3689e36a7
4 changed files with 16 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ type S struct {
ctx context.Context
limiter *rate.Limiter
config Config
games Games
}
func (s *S) ServeHTTP(w http.ResponseWriter, r *http.Request) {