Documentation ¶ Index ¶ Variables func Authorization(next http.Handler) http.Handler func GetAuthorization(w http.ResponseWriter, r *http.Request) (string, error) func Telemetry(next http.Handler) http.Handler type Request func CallRequests(tag string) Request Constants ¶ This section is empty. Variables ¶ View Source var DefaultTelemetry func(next http.Handler) http.Handler Functions ¶ func Authorization ¶ func Authorization(next http.Handler) http.Handler func GetAuthorization ¶ func GetAuthorization(w http.ResponseWriter, r *http.Request) (string, error) func Telemetry ¶ func Telemetry(next http.Handler) http.Handler Types ¶ type Request ¶ added in v0.0.44 type Request struct { Tag string Day int Hour int Minute int Seccond int Limit int } func CallRequests ¶ added in v0.0.44 func CallRequests(tag string) Request Source Files ¶ View all Source files auth.go telemetry.go Click to show internal directories. Click to hide internal directories.