games struct stubbed

This commit is contained in:
bel
2024-12-14 21:36:08 -07:00
parent 81af991c58
commit f40fdd60da
3 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) {