reflect

command module
v0.0.22 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

README

reflect CI/CD

reflect is a gRPC reflection CLI. See reflect --help for details.

Install

Download binary from releases, untar and put on path, or install from source with

go install github.com/juliaogris/reflect@latest

Development prerequisites

  • GNU Make 3.81
  • go 1.16.3
  • golangci-lint 1.37.0

To build and test run

make

for more options see

make help  # for more options

Test drive

Setup

make install
make run # starts test server on localhost:9090
export GRPC_ADDRESS=localhost:9090
export GRPC_PLAINTTEXT=true

and call reflect

reflect services
reflect symbol echo3.Echo
reflect filename echo3/echo3.proto
reflect extensions google.protobuf.MethodOptions
reflect extension google.protobuf.MethodOptions 72295728

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
pkg
echo2
Package echo2 contains PROTO3 protoc-generated output and implements a test and demo echo services.
Package echo2 contains PROTO3 protoc-generated output and implements a test and demo echo services.
echo3
Package echo3 contains PROTO3 protoc-generated output and implements a test and demo echo services.
Package echo3 contains PROTO3 protoc-generated output and implements a test and demo echo services.

Jump to

Keyboard shortcuts

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