Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler for token.
func (*Handler) ServeHTTP ¶
func (h *Handler) ServeHTTP(res http.ResponseWriter, req *http.Request, next http.HandlerFunc)
type RoundTripper ¶
type RoundTripper struct { http.RoundTripper // contains filtered or unexported fields }
RoundTripper for token.
func NewRoundTripper ¶
func NewRoundTripper(gen token.Generator, hrt http.RoundTripper) *RoundTripper
NewRoundTripper for token.
Click to show internal directories.
Click to hide internal directories.