Versions in this module Expand all Collapse all v0 v0.1.2 Jun 7, 2024 v0.1.0 Jun 5, 2024 Changes in this version + type Body struct + Code200 map[int64]uint64 + Code400 uint64 + Code500 uint64 + type Response struct + Auth Body + Hello int64 + List Body + Order Body + type Stats struct + func NewStats(capacity int) *Stats + func (s *Stats) IncAuth200(userID int64) + func (s *Stats) IncAuth400() + func (s *Stats) IncAuth500() + func (s *Stats) IncHello() + func (s *Stats) IncList200(userID int64) + func (s *Stats) IncList400() + func (s *Stats) IncList500() + func (s *Stats) IncOrder200(userID int64) + func (s *Stats) IncOrder400() + func (s *Stats) IncOrder500() + func (s *Stats) Reset() + func (s *Stats) Response() Response