type go.opentelemetry.io/otel/api/global/internal.asyncImpl
7 uses
go.opentelemetry.io/otel/api/global/internal (current package)
meter.go#L69: asyncInsts []*asyncImpl
meter.go#L87: type asyncImpl struct {
meter.go#L120: var _ metric.AsyncImpl = &asyncImpl{}
meter.go#L266: inst := &asyncImpl{
meter.go#L276: func (obs *asyncImpl) Implementation() interface{} {
meter.go#L283: func (obs *asyncImpl) setDelegate(d metric.MeterImpl) {
meter.go#L344: "asyncImpl.delegate": unsafe.Offsetof(asyncImpl{}.delegate),
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |