Documentation
¶
Overview ¶
Package expvar provides a mockable wrapper for expvar.
Index ¶
- type Impl
- func (*Impl) Do(f func(expvar.KeyValue))
- func (*Impl) Get(name string) expvar.Var
- func (*Impl) Handler() http.Handler
- func (*Impl) NewFloat(name string) *expvar.Float
- func (*Impl) NewInt(name string) *expvar.Int
- func (*Impl) NewMap(name string) *expvar.Map
- func (*Impl) NewString(name string) *expvar.String
- func (*Impl) Publish(name string, v expvar.Var)
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.