type google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2.ProfilerServiceServer
9 uses
google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2 (current package)
profiler.pb.go#L859: type ProfilerServiceServer interface {
profiler.pb.go#L899: func RegisterProfilerServiceServer(s *grpc.Server, srv ProfilerServiceServer) {
profiler.pb.go#L909: return srv.(ProfilerServiceServer).CreateProfile(ctx, in)
profiler.pb.go#L916: return srv.(ProfilerServiceServer).CreateProfile(ctx, req.(*CreateProfileRequest))
profiler.pb.go#L927: return srv.(ProfilerServiceServer).CreateOfflineProfile(ctx, in)
profiler.pb.go#L934: return srv.(ProfilerServiceServer).CreateOfflineProfile(ctx, req.(*CreateOfflineProfileRequest))
profiler.pb.go#L945: return srv.(ProfilerServiceServer).UpdateProfile(ctx, in)
profiler.pb.go#L952: return srv.(ProfilerServiceServer).UpdateProfile(ctx, req.(*UpdateProfileRequest))
profiler.pb.go#L959: HandlerType: (*ProfilerServiceServer)(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. |