Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Singleflight ¶
type Singleflight struct {
Key string `json:"key"`
Timeout string `json:"timeout"`
Hash string `json:"hash"`
Check config.CheckList `json:"check"`
// contains filtered or unexported fields
}
Singleflight Singleflight
func (*Singleflight) Process ¶
func (p *Singleflight) Process(h fasthttp.RequestHandler) fasthttp.RequestHandler
Process ...
Click to show internal directories.
Click to hide internal directories.