Skip to content

Commit

Permalink
Fix & replace final generated codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
agreatfool committed Apr 23, 2020
1 parent 8bdd531 commit 6d74397
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 1,815 deletions.
102 changes: 0 additions & 102 deletions examples/build/client.js

This file was deleted.

1 change: 0 additions & 1 deletion examples/build/client.js.map

This file was deleted.

5 changes: 3 additions & 2 deletions examples/build/grpcjs/proto/book_grpc_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
/* tslint:disable */
/* eslint-disable */

import * as grpc from "grpc";
import * as grpc from "@grpc/grpc-js";
import {handleClientStreamingCall} from "@grpc/grpc-js/build/src/server-call";
import * as book_pb from "./book_pb";

interface IBookServiceService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
Expand Down Expand Up @@ -56,7 +57,7 @@ export const BookServiceService: IBookServiceService;
export interface IBookServiceServer {
getBook: grpc.handleUnaryCall<book_pb.GetBookRequest, book_pb.Book>;
getBooksViaAuthor: grpc.handleServerStreamingCall<book_pb.GetBookViaAuthor, book_pb.Book>;
getGreatestBook: grpc.handleClientStreamingCall<book_pb.GetBookRequest, book_pb.Book>;
getGreatestBook: handleClientStreamingCall<book_pb.GetBookRequest, book_pb.Book>;
getBooks: grpc.handleBidiStreamingCall<book_pb.GetBookRequest, book_pb.Book>;
}

Expand Down
91 changes: 0 additions & 91 deletions examples/build/proto/book_grpc_pb.d.ts

This file was deleted.

88 changes: 0 additions & 88 deletions examples/build/proto/book_grpc_pb.js

This file was deleted.

Loading

0 comments on commit 6d74397

Please sign in to comment.