const google.golang.org/grpc/codes.OK
11 uses
google.golang.org/grpc/codes (current package)
code_string.go#L25: case OK:
codes.go#L33: OK Code = 0
codes.go#L199: `"OK"`: OK,
google.golang.org/grpc
server.go#L61: var statusOK = status.New(codes.OK, "")
stream.go#L626: if err == nil || (err == io.EOF && a.s.Status().Code() == codes.OK) {
google.golang.org/grpc/credentials/alts/internal/handshaker
handshaker.go#L283: if got, want := resp.GetStatus().Code, uint32(codes.OK); got != want {
google.golang.org/grpc/internal/status
status.go#L74: return codes.OK
status.go#L97: if s.Code() == codes.OK {
status.go#L106: if s.Code() == codes.OK {
google.golang.org/grpc/status
status.go#L103: return codes.OK
go.opencensus.io/plugin/ocgrpc
stats_common.go#L177: case codes.OK:
![]() |
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. |