type google.golang.org/genproto/googleapis/devtools/cloudtrace/v2.TraceServiceServer
7 uses
google.golang.org/genproto/googleapis/devtools/cloudtrace/v2 (current package)
tracing.pb.go#L302: type TraceServiceServer interface {
tracing.pb.go#L321: func RegisterTraceServiceServer(s *grpc.Server, srv TraceServiceServer) {
tracing.pb.go#L331: return srv.(TraceServiceServer).BatchWriteSpans(ctx, in)
tracing.pb.go#L338: return srv.(TraceServiceServer).BatchWriteSpans(ctx, req.(*BatchWriteSpansRequest))
tracing.pb.go#L349: return srv.(TraceServiceServer).CreateSpan(ctx, in)
tracing.pb.go#L356: return srv.(TraceServiceServer).CreateSpan(ctx, req.(*Span))
tracing.pb.go#L363: HandlerType: (*TraceServiceServer)(nil),
![]() |
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. |