package
0.0.0-20230222200512-d6c28268058a
Repository: https://github.com/scrtlabs/protoc-gen-grpc-gateway-ts.git
Documentation: pkg.go.dev

# README

Integration test

The integration test first runs ./scripts/gen-protos.sh again to generate Typescript file for the proto service.proto.

Then it starts main.go server that loads up the protos and run tests via Karma to verify if the generated client works properly.

The JS integration test file is integration_test.ts.

Changes on the server side needs to run ./scripts/gen-server-proto.sh to update the protos and the implementation is in service.go.

Changes on the test client side is in integration_test.ts.

CI test script starts with test-ci.sh will make sure the client typescript file to be regenerated before running the test.

# Functions

No description provided by the author
RegisterCounterServiceHandler registers the http handlers for service CounterService to "mux".
RegisterCounterServiceHandlerClient registers the http handlers for service CounterService to "mux".
RegisterCounterServiceHandlerFromEndpoint is same as RegisterCounterServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterCounterServiceHandlerServer registers the http handlers for service CounterService to "mux".
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedCounterServiceServer can be embedded to have forward compatible implementations.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
CounterServiceClient is the client API for CounterService service.
CounterServiceServer is the server API for CounterService service.