| /tonic/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 18 this information is using `cargo-tree`. 37 If known, please specify the affected tonic crates. Otherwise, delete this 45 Enter your issue details below this comment. 51 I tried this code: 55 I expected to see this happen: <explanation> 57 Instead, this happened: <explanation>
|
| H A D | feature_request.md | 13 be added to. Otherwise, delete this section. 32 Are there other ways to solve this problem that you've considered? What are
|
| /tonic/tonic-build/ |
| H A D | README.md | 55 And a bunch of Google proto files in structure will be like this: 71 Then we can generate Rust code via this setup in our `build.rs` 84 Then you can reference the generated Rust like this this in your code: 94 config a mod like this:
|
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/examples/proto/googleapis/google/api/ |
| H A D | client.proto | 4 // you may not use this file except in compliance with the License. 32 // Normally, this method receives a single argument (a struct or instance 33 // corresponding to the RPC request object). Defining this field will 54 // * Adding this annotation to an unannotated method is backwards 56 // * Adding this annotation to a method which already has existing 67 // The hostname for this service.
|
| /tonic/examples/proto/googleapis/google/pubsub/v1/ |
| H A D | pubsub.proto | 4 // you may not use this file except in compliance with the License. 188 // to messages published on this topic. 216 // Attributes for this message. If this field is empty, the message must 342 // the request; this value should be passed in a new 371 // the request; this value should be passed in a new 652 // If push delivery is used with this subscription, this field is 777 // permission to Publish() to this topic. 850 // created without this attribute. 884 // More precisely, this is 1 + (number of NACKs) + 949 // the request; this value should be passed in a new [all …]
|
| /tonic/examples/ |
| H A D | helloworld-tutorial.md | 3 …If you don't, feel free to read up on the pages linked in this paragraph and come back to this tut… 17 For this tutorial, we will start by creating a new Rust project with Cargo: 43 …e four kinds of service methods, all of which are supported by Tonic. For this tutorial we will on… 47 …en including your protos in the client and server applications. Lets give this one a name of `hell… 123 …d server gRPC code into the build process of our application. We will setup this build process now: 136 …st project. While you can configure this build process in a number of ways, we will not get into t… 195 Altogether your server should look something like this once you are done: 244 Or if you use [grpcurl] then you can simply try send requests like this: 248 And receiving responses like this: 318 At this point we have written our protobuf file, a build file to compile our protobufs, a server wh… [all …]
|
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/tests/service_named_service/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/tests/wellknown-compiled/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/tests/same_name/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/tests/use_arc_self/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/tests/extern_path/my_application/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/tests/ambiguous_methods/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/tonic-reflection/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/interop/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/tests/root-crate-path/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/tests/compression/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/tests/stream_conflict/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/tests/service_named_result/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/tonic-types/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/tonic/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/tests/wellknown/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/tests/included_service/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|
| /tonic/tonic-web/ |
| H A D | LICENSE | 4 of this software and associated documentation files (the "Software"), to deal 10 The above copyright notice and this permission notice shall be included in
|