# README
Example
In order to run the example use:
$ go run .
grpc on :8080 ..
http on :8081 ..
and call the http endpoint:
$ curl -H 'Content-Type: text/csv' http://localhost:8081/v1/example
Col1;Col2;Col3;Col4;Col5
dreggn;42;true;one|two;k1:v1
dreggn;42;true;eins|zwo;k1:v1
# Functions
No description provided by the author
RegisterExampleServiceHandler registers the http handlers for service ExampleService to "mux".
RegisterExampleServiceHandlerClient registers the http handlers for service ExampleService to "mux".
RegisterExampleServiceHandlerFromEndpoint is same as RegisterExampleServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterExampleServiceHandlerServer registers the http handlers for service ExampleService to "mux".
No description provided by the author
# Variables
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
UnimplementedExampleServiceServer must be embedded to have forward compatible implementations.
# Interfaces
ExampleServiceClient is the client API for ExampleService service.
ExampleServiceServer is the server API for ExampleService service.
UnsafeExampleServiceServer may be embedded to opt out of forward compatibility for this service.