Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 6 of 6) sorted by relevance

/tonic/tonic-build/src/
H A Dcode_gen.rs12 attributes: Attributes, field
34 pub fn attributes(&mut self, attributes: Attributes) -> &mut Self { in attributes() method
35 self.attributes = attributes; in attributes()
85 &self.attributes, in generate_client()
100 &self.attributes, in generate_server()
113 attributes: Attributes::default(), in default()
H A Dclient.rs17 attributes: &Attributes, in generate_internal()
41 let mod_attributes = attributes.for_mod(package); in generate_internal()
42 let struct_attributes = attributes.for_struct(&service_name); in generate_internal()
H A Dserver.rs18 attributes: &Attributes, in generate_internal()
56 let mod_attributes = attributes.for_mod(package); in generate_internal()
57 let struct_attributes = attributes.for_struct(&service_name); in generate_internal()
H A Dprost.rs227 .attributes(self.builder.server_attributes.clone()) in generate()
243 .attributes(self.builder.client_attributes.clone()) in generate()
/tonic/examples/proto/googleapis/google/pubsub/v1/
H A Dpubsub.proto219 map<string, string> attributes = 2; field
526 // attributes of a push subscription. Messages will accumulate for delivery
714 // then only `PubsubMessage`s whose `attributes` field matches the filter are
838 // Endpoint configuration attributes that can be used to control different
858 // <pre><code>attributes { "x-goog-version": "v1" } </code></pre>
859 map<string, string> attributes = 2; field
/tonic/
H A DCHANGELOG.md384 * **build:** support adding attributes to clients and servers ([#684](https://github.com/hyperium/t…