grpcwget

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2022 License: MIT Imports: 13 Imported by: 0

README

grpcwget Go codecov go report card Go Reference

Small utility to download files through grpc. Currently, only files received via google.api.HttpBody are supported.

install

go install github.com/Semior001/grpcwget@v0.1.1

options

Application Options:
  -p, --protoset= location to pb file
  -H, --header=   headers to add to request
  -d, --body=     body of GRPC request
  -a, --addr=     address to GRPC server
  -m, --method=   full path to method
  -o, --output=   location to output file, current dir by default (default: .)
      --timeout=  request timeout
      --dbg       turn on debug mode
example
grpcwget -p api.pb -a localhost:9000 \
      -m semior.some.package.v1.Service/DownloadFile \
      -d '{"someparam": "someval"}' \
      -o some_response.pdf

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL