Skip to content

Links2004/grpc-gateway-csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%