Home
last modified time | relevance | path

Searched refs:grpcurl (Results 1 – 25 of 140) sorted by relevance

123456

/dports/net/grpcurl/grpcurl-1.8.5/
H A DDockerfile5 RUN addgroup -S grpcurl && adduser -S grpcurl -G grpcurl
7 WORKDIR /tmp/fullstorydev/grpcurl
8 # copy just the files/sources we need to build grpcurl
9 COPY VERSION *.go go.* /tmp/fullstorydev/grpcurl/
10 COPY cmd /tmp/fullstorydev/grpcurl/cmd
15 RUN go build -o /grpcurl \
17 ./cmd/grpcurl
24 COPY --from=builder /grpcurl /bin/grpcurl
25 USER grpcurl
27 ENTRYPOINT ["/bin/grpcurl"]
H A DREADME.md2 …ttps://circleci.com/gh/fullstorydev/grpcurl/tree/master.svg?style=svg)](https://circleci.com/gh/fu…
23 protoset files that `grpcurl` can use.
56 brew install grpcurl
64 docker pull fullstorydev/grpcurl:latest
84 tool to install `grpcurl`:
86 go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest
107 grpcurl -help
111 `grpcurl`.
155 grpcurl localhost:8787 list
158 grpcurl -protoset my-protos.bin list
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/fullstorydev/grpcurl/
H A DDockerfile5 RUN addgroup -S grpcurl && adduser -S grpcurl -G grpcurl
7 WORKDIR /tmp/fullstorydev/grpcurl
8 # copy just the files/sources we need to build grpcurl
9 COPY VERSION *.go go.* /tmp/fullstorydev/grpcurl/
10 COPY cmd /tmp/fullstorydev/grpcurl/cmd
17 RUN go build -o /grpcurl \
19 ./cmd/grpcurl
26 COPY --from=builder /grpcurl /bin/grpcurl
27 USER grpcurl
29 ENTRYPOINT ["/bin/grpcurl"]
H A DREADME.md2 …s](https://travis-ci.com/fullstorydev/grpcurl.svg?branch=master)](https://travis-ci.com/github/ful…
23 protoset files that `grpcurl` can use.
52 On macOS, `grpcurl` is available via Homebrew:
54 brew install grpcurl
60 go get github.com/fullstorydev/grpcurl/...
61 go install github.com/fullstorydev/grpcurl/cmd/grpcurl
82 grpcurl -help
86 `grpcurl`.
127 grpcurl localhost:8787 list
130 grpcurl -protoset my-protos.bin list
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/fullstorydev/grpcurl/
H A DDockerfile5 RUN addgroup -S grpcurl && adduser -S grpcurl -G grpcurl
7 WORKDIR /tmp/fullstorydev/grpcurl
8 # copy just the files/sources we need to build grpcurl
9 COPY VERSION *.go go.* /tmp/fullstorydev/grpcurl/
10 COPY cmd /tmp/fullstorydev/grpcurl/cmd
17 RUN go build -o /grpcurl \
19 ./cmd/grpcurl
26 COPY --from=builder /grpcurl /bin/grpcurl
27 USER grpcurl
29 ENTRYPOINT ["/bin/grpcurl"]
H A DREADME.md2 …s](https://travis-ci.com/fullstorydev/grpcurl.svg?branch=master)](https://travis-ci.com/github/ful…
23 protoset files that `grpcurl` can use.
52 On macOS, `grpcurl` is available via Homebrew:
54 brew install grpcurl
60 go get github.com/fullstorydev/grpcurl/...
61 go install github.com/fullstorydev/grpcurl/cmd/grpcurl
82 grpcurl -help
86 `grpcurl`.
130 grpcurl localhost:8787 list
133 grpcurl -protoset my-protos.bin list
[all …]
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/fullstorydev/grpcurl/
H A DDockerfile9 RUN addgroup -S grpcurl && adduser -S grpcurl -G grpcurl
11 WORKDIR /tmp/fullstorydev/grpcurl
12 # copy just the files/sources we need to build grpcurl
13 COPY VERSION *.go go.* /tmp/fullstorydev/grpcurl/
14 COPY cmd /tmp/fullstorydev/grpcurl/cmd
21 RUN go build -o /grpcurl \
23 ./cmd/grpcurl
30 COPY --from=builder /grpcurl /bin/grpcurl
31 USER grpcurl
33 ENTRYPOINT ["/bin/grpcurl"]
H A DREADME.md2 …atus](https://travis-ci.org/fullstorydev/grpcurl.svg?branch=master)](https://travis-ci.org/fullsto…
23 protoset files that `grpcurl` can use.
52 On macOS, `grpcurl` is available via Homebrew:
54 brew install grpcurl
60 go get github.com/fullstorydev/grpcurl
61 go install github.com/fullstorydev/grpcurl/cmd/grpcurl
82 grpcurl -help
86 `grpcurl`.
127 grpcurl localhost:8787 list
130 grpcurl -protoset my-protos.bin list
[all …]
/dports/net/grpcox/grpcox-1.0.0/core/
H A Dresource.go22 descSource grpcurl.DescriptorSource
35 svcs, err := grpcurl.ListServices(r.descSource)
47 methods, err := grpcurl.ListMethods(r.descSource, symbol)
95 txt, err := grpcurl.GetDescriptorText(dsc, r.descSource)
104 tmpl := grpcurl.MakeTemplate(dsc)
105 …_, formatter, err := grpcurl.RequestParserAndFormatterFor(grpcurl.Format("json"), r.descSource, tr…
135 …rf, formatter, err := grpcurl.RequestParserAndFormatterFor(grpcurl.Format("json"), r.descSource, f…
139 h := grpcurl.NewDefaultEventHandler(os.Stdout, r.descSource, formatter, false)
142 err = grpcurl.InvokeRPC(ctx, r.descSource, r.clientConn, symbol, r.headers, h, rf.Next)
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/fullstorydev/grpcurl/testing/cmd/testserver/
H A DREADME.md4grpcurl`. It implements an RPC interface that is defined in `grpcurl`'s [testing package](https://…
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/fullstorydev/grpcurl/testing/cmd/testserver/
H A DREADME.md4grpcurl`. It implements an RPC interface that is defined in `grpcurl`'s [testing package](https://…
/dports/net/grpcurl/grpcurl-1.8.5/internal/testing/cmd/testserver/
H A DREADME.md4grpcurl`. It implements an RPC interface that is defined in `grpcurl`'s [testing package](https://…
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/fullstorydev/grpcurl/cmd/grpcurl/
H A Dgrpcurl.go210 reflection grpcurl.DescriptorSource
211 file grpcurl.DescriptorSource
439 addlHeaders, err = grpcurl.ExpandHeaders(addlHeaders)
443 rpcHeaders, err = grpcurl.ExpandHeaders(rpcHeaders)
454 var descSource grpcurl.DescriptorSource
456 var fileSource grpcurl.DescriptorSource
505 svcs, err := grpcurl.ListServices(descSource)
621 tmpl := grpcurl.MakeTemplate(dsc)
623 …_, formatter, err := grpcurl.RequestParserAndFormatter(grpcurl.Format(*format), descSource, nil, o…
655 options := grpcurl.FormatOptions{
[all …]
/dports/devel/grpc130/grpc-1.30.2/examples/python/xds/
H A DREADME.md64 Alternatively, `grpcurl` can be used to verify your server. If you don't have it,
65 install [`grpcurl`](https://github.com/fullstorydev/grpcurl/releases). This will allow
74 > grpcurl --plaintext -d '{"name": "you"}' localhost:50051
83 > grpcurl --plaintext localhost:50051 list
92 > grpcurl --plaintext -d '{"service": "helloworld.Greeter"}' localhost:50051
98 > grpcurl --plaintext -d '{"service": ""}' localhost:50051
/dports/devel/grpc134/grpc-1.34.1/examples/python/xds/
H A DREADME.md64 Alternatively, `grpcurl` can be used to verify your server. If you don't have it,
65 install [`grpcurl`](https://github.com/fullstorydev/grpcurl/releases). This will allow
74 > grpcurl --plaintext -d '{"name": "you"}' localhost:50051
83 > grpcurl --plaintext localhost:50051 list
92 > grpcurl --plaintext -d '{"service": "helloworld.Greeter"}' localhost:50051
98 > grpcurl --plaintext -d '{"service": ""}' localhost:50051
/dports/devel/grpc134/grpc-1.34.1/examples/csharp/Xds/
H A DREADME.md63 `grpcurl` can be used to test your server. If you don't have it,
64 install [`grpcurl`](https://github.com/fullstorydev/grpcurl/releases). This will allow
70 > grpcurl --plaintext -d '{"name": "you"}' localhost:30051
79 > grpcurl --plaintext localhost:30051 list
88 > grpcurl --plaintext -d '{"service": "helloworld.Greeter"}' localhost:30051
94 > grpcurl --plaintext -d '{"service": ""}' localhost:30051
/dports/devel/grpc/grpc-1.42.0/examples/csharp/Xds/
H A DREADME.md63 `grpcurl` can be used to test your server. If you don't have it,
64 install [`grpcurl`](https://github.com/fullstorydev/grpcurl/releases). This will allow
70 > grpcurl --plaintext -d '{"name": "you"}' localhost:30051
79 > grpcurl --plaintext localhost:30051 list
88 > grpcurl --plaintext -d '{"service": "helloworld.Greeter"}' localhost:30051
94 > grpcurl --plaintext -d '{"service": ""}' localhost:30051
/dports/devel/grpc130/grpc-1.30.2/examples/csharp/Xds/
H A DREADME.md63 `grpcurl` can be used to test your server. If you don't have it,
64 install [`grpcurl`](https://github.com/fullstorydev/grpcurl/releases). This will allow
70 > grpcurl --plaintext -d '{"name": "you"}' localhost:50051
79 > grpcurl --plaintext localhost:50051 list
88 > grpcurl --plaintext -d '{"service": "helloworld.Greeter"}' localhost:50051
94 > grpcurl --plaintext -d '{"service": ""}' localhost:50051
/dports/net/grpcurl/grpcurl-1.8.5/cmd/grpcurl/
H A Dgrpcurl.go219 reflection grpcurl.DescriptorSource
220 file grpcurl.DescriptorSource
482 rpcHeaders, err = grpcurl.ExpandHeaders(rpcHeaders)
493 var descSource grpcurl.DescriptorSource
495 var fileSource grpcurl.DescriptorSource
544 svcs, err := grpcurl.ListServices(descSource)
660 tmpl := grpcurl.MakeTemplate(dsc)
662 …_, formatter, err := grpcurl.RequestParserAndFormatter(grpcurl.Format(*format), descSource, nil, o…
694 options := grpcurl.FormatOptions{
699 …rf, formatter, err := grpcurl.RequestParserAndFormatter(grpcurl.Format(*format), descSource, in, o…
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/fullstorydev/grpcurl/cmd/grpcurl/
H A Dgrpcurl.go219 reflection grpcurl.DescriptorSource
220 file grpcurl.DescriptorSource
472 rpcHeaders, err = grpcurl.ExpandHeaders(rpcHeaders)
483 var descSource grpcurl.DescriptorSource
485 var fileSource grpcurl.DescriptorSource
534 svcs, err := grpcurl.ListServices(descSource)
650 tmpl := grpcurl.MakeTemplate(dsc)
652 …_, formatter, err := grpcurl.RequestParserAndFormatter(grpcurl.Format(*format), descSource, nil, o…
684 options := grpcurl.FormatOptions{
689 …rf, formatter, err := grpcurl.RequestParserAndFormatter(grpcurl.Format(*format), descSource, in, o…
[all …]
/dports/devel/grpc/grpc-1.42.0/examples/python/xds/
H A DREADME.md64 Alternatively, `grpcurl` can be used to verify your server. If you don't have it,
65 install [`grpcurl`](https://github.com/fullstorydev/grpcurl/releases). This will allow
74 > grpcurl --plaintext -d '{"name": "you"}' localhost:50051
83 > grpcurl --plaintext localhost:50051 list
92 > grpcurl --plaintext -d '{"service": "helloworld.Greeter"}' localhost:50051
98 > grpcurl --plaintext -d '{"service": ""}' localhost:50051
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/fullstorydev/grpcurl/cmd/grpcurl/
H A Dgrpcurl.go89 useful for preventing batch jobs that use grpcurl from hanging due to
92 The maximum encoded size of a response message, in bytes, that grpcurl
317 var descSource grpcurl.DescriptorSource
336 descSource = grpcurl.DescriptorSourceFromServer(ctx, refClient)
359 svcs, err := grpcurl.ListServices(descSource)
371 methods, err := grpcurl.ListMethods(descSource, symbol)
459 txt, err := grpcurl.GetDescriptorText(dsc, descSource)
469 tmpl := grpcurl.MakeTemplate(dsc)
470 …_, formatter, err := grpcurl.RequestParserAndFormatterFor(grpcurl.Format(*format), descSource, tru…
499 …rf, formatter, err := grpcurl.RequestParserAndFormatterFor(grpcurl.Format(*format), descSource, *e…
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/scripts/
H A Dinsecure_grpcurl_series.sh41 go install github.com/fullstorydev/grpcurl/cmd/grpcurl
56 grpcurl \
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/fullstorydev/grpcurl/releasing/
H A Ddo-release.sh47 $PREFIX docker tag "fullstorydev/grpcurl:${VERSION}" fullstorydev/grpcurl:latest
48 $PREFIX docker push fullstorydev/grpcurl:latest
56 …_GITHUB_API_TOKEN="$GITHUB_TOKEN" $PREFIX brew bump-formula-pr --url "$URL" --sha256 "$SHA" grpcurl
H A DREADME.md3 This document provides instructions for building a release of `grpcurl`.
13 …ting the release in GitHub (so you need write access to the fullstorydev/grpcurl repo) and to open…
61 docker build -t fullstorydev/grpcurl:v2.3.4 .
63 docker push fullstorydev/grpcurl:v2.3.4
65 docker tag fullstorydev/grpcurl:v2.3.4 fullstorydev/grpcurl:latest
66 docker push fullstorydev/grpcurl:latest
77 URL=https://github.com/fullstorydev/grpcurl/archive/v2.3.4.tar.gz
87 brew bump-formula-pr --url $URL --sha256 $SHA grpcurl

123456