Home
last modified time | relevance | path

Searched defs:StreamService (Results 1 – 9 of 9) sorted by relevance

/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-server-2.0.0-beta.5/src/
H A Dservice.rs39 pub(crate) struct StreamService<S, I> { struct
44 impl<S, I> StreamService<S, I> { implementation
53 impl<S, I> Service<(CounterGuard, MioStream)> for StreamService<S, I> implementation
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/proto/examplepb/
H A Dstream.proto11 service StreamService { service
12 rpc BulkCreate(stream ABitOfEverything) returns (google.protobuf.Empty) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/proto/examplepb/
H A Dstream.proto11 service StreamService { service
12 rpc BulkCreate(stream ABitOfEverything) returns (google.protobuf.Empty) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/internal/proto/examplepb/
H A Dstream.proto11 service StreamService { service
12 rpc BulkCreate(stream ABitOfEverything) returns (google.protobuf.Empty) {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/examplepb/
H A Dstream.proto11 service StreamService { service
12 rpc BulkCreate(stream ABitOfEverything) returns (google.protobuf.Empty) {
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/grpc-ecosystem/grpc-gateway/grpc-gateway-1.3.1/examples/examplepb/
H A Dstream.proto11 service StreamService { service
12 rpc BulkCreate(stream ABitOfEverything) returns (google.protobuf.Empty) {
/dports/net/proby/proby-1.0.2/cargo-crates/actix-server-1.0.3/src/
H A Dservice.rs49 pub(crate) struct StreamService<T> { struct
53 impl<T> StreamService<T> { implementation
59 impl<T, I> Service for StreamService<T> implementation
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/evanw/esbuild/lib/shared/
H A Dcommon.ts392 export interface StreamService { interface
/dports/devel/esbuild/esbuild-0.12.23/lib/shared/
H A Dcommon.ts389 export interface StreamService { interface