Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultHeaders ¶
func DefaultHeaders(st *ServerTimings, w http.ResponseWriter)
Types ¶
type ServerTimings ¶ added in v0.4.73
type ServerTimings struct {
// contains filtered or unexported fields
}
func NewServerTimings ¶ added in v0.4.73
func NewServerTimings() *ServerTimings
func (*ServerTimings) Set ¶ added in v0.4.73
func (st *ServerTimings) Set(name string, dur int64)
func (*ServerTimings) SetFlag ¶ added in v0.4.73
func (st *ServerTimings) SetFlag(name string)
func (*ServerTimings) String ¶ added in v0.4.73
func (st *ServerTimings) String() string
Click to show internal directories.
Click to hide internal directories.