Documentation ¶
Index ¶
- type Body
- type Response
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶
type Stats struct {
// contains filtered or unexported fields
}
func (*Stats) IncAuth200 ¶
func (*Stats) IncAuth400 ¶
func (s *Stats) IncAuth400()
func (*Stats) IncAuth500 ¶
func (s *Stats) IncAuth500()
func (*Stats) IncList200 ¶
func (*Stats) IncList400 ¶
func (s *Stats) IncList400()
func (*Stats) IncList500 ¶
func (s *Stats) IncList500()
func (*Stats) IncOrder200 ¶
func (*Stats) IncOrder400 ¶
func (s *Stats) IncOrder400()
func (*Stats) IncOrder500 ¶
func (s *Stats) IncOrder500()
Click to show internal directories.
Click to hide internal directories.