type go.opentelemetry.io/otel/api/global/internal.syncHandle
6 uses
go.opentelemetry.io/otel/api/global/internal (current package)
meter.go#L107: type syncHandle struct {
meter.go#L119: var _ metric.BoundSyncImpl = &syncHandle{}
meter.go#L234: return &syncHandle{
meter.go#L240: func (bound *syncHandle) Unbind() {
meter.go#L316: func (bound *syncHandle) RecordOne(ctx context.Context, number metric.Number) {
meter.go#L345: "syncHandle.delegate": unsafe.Offsetof(syncHandle{}.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. |