const go.opencensus.io/trace.StatusCodeOK
5 uses
go.opencensus.io/trace (current package)
status_codes.go#L20: StatusCodeOK = 0
go.opencensus.io/plugin/ochttp
trace.go#L206: code = trace.StatusCodeOK
trace.go#L215: trace.StatusCodeOK: `OK`,
contrib.go.opencensus.io/integrations/ocsql
driver.go#L141: span.SetStatus(trace.Status{Code: trace.StatusCodeOK})
driver.go#L885: status.Code = trace.StatusCodeOK
![]() |
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. |