Categorygithub.com/Links2004/grpc-gateway-csv
modulepackage
0.0.0-20221121132158-48da9bfccab5
Repository: https://github.com/links2004/grpc-gateway-csv.git
Documentation: pkg.go.dev

# README

go: build & test codecov

grpc gateway csv marshaler

This is an implementation of the runtime.Marshaler interface marshaling responses to csv.

You might register the marshaler using

mux := runtime.NewServeMux(runtime.WithMarshalerOption("text/csv", &csv.Marshaler{}))

Documentation on grpc-gateway custom marshalers may be found here.

# Packages

Package main is a reverse proxy.

# Structs

No description provided by the author