Documentation ¶
Index ¶
- type Context
- func (c *Context) AsyncPool() *libpool.AsyncPool
- func (c *Context) Enter(name string, tagKeyValues ...string) *Context
- func (c *Context) Exit()
- func (c *Context) Global() *Global
- func (c *Context) Logger() *zap.Logger
- func (c *Context) ReleasePool() *libpool.ReleasePool
- func (c *Context) Scope() string
- func (c *Context) Tags() map[string]string
- type Global
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
func (*Context) ReleasePool ¶
func (c *Context) ReleasePool() *libpool.ReleasePool
type Global ¶
type Global struct {
// contains filtered or unexported fields
}
func (*Global) RegisterMetric ¶
Click to show internal directories.
Click to hide internal directories.