Contents

Brief

go get -d github.com/fullstorydev/grpcurl
go install github.com/fullstorydev/grpcurl/cmd/grpcurl

grpcurl -v -insecure 192.168.0.11:5001 list registrar.Registry

grpcurl -v -d '{"Payload": "Doofus", "SequenceNumber": 1002}' -insecure 192.168.0.11:10002 echoservice.EchoService/Ping

Imports

Uses github.com/jhump/protoreflect extensively.

Flow

Gotchas

References