google.golang.org/grpc.StreamDesc.StreamName (field)

4 uses

	google.golang.org/grpc (current package)
		server.go#L553: 			StreamName: "unknown_service_handler",
		server.go#L784: 		info.streams[d.StreamName] = d
		stream.go#L68: 	StreamName string        // the name of the method excluding the service

	google.golang.org/grpc/health/grpc_health_v1
		health_grpc.pb.go#L284: 			StreamName:    "Watch",