Home
last modified time | relevance | path

Searched refs:check (Results 1 – 7 of 7) sorted by relevance

/tonic/.github/workflows/
H A DCI.yml22 - run: cargo fmt --all --check
30 - run: cargo deny check
71 check:
83 run: cargo hack check --workspace --no-private --each-feature --no-dev-deps
85 run: cargo hack check --package tonic --feature-powerset --depth 2
87 run: cargo check --workspace --all-targets --all-features
106 - run: cargo no-dev-deps --no-private check --all-features
169 - name: Install cargo-check-external-types
172 tool: cargo-check[email protected]
175 - run: cargo hack --no-private check-external-types
/tonic/interop/src/
H A Dlib.rs77 check = style(Emoji("✔", "+")).green(), in fmt()
87 check = style(Emoji("✖", "x")).red(), in fmt()
99 check = style(Emoji("✖", "x")).red(), in fmt()
/tonic/tonic-health/src/
H A Dserver.rs119 async fn check( in check() method
227 .check(Request::new(HealthCheckRequest { in test_service_check()
237 .check(Request::new(HealthCheckRequest { in test_service_check()
246 .check(Request::new(HealthCheckRequest { in test_service_check()
259 .check(Request::new(HealthCheckRequest { in test_service_check()
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs140 pub async fn check( in check() function
220 async fn check( in check() method
347 <T as Health>::check(&inner, request).await in call()
/tonic/tonic-types/proto/
H A Derror_details.proto54 // Describes how a quota check failed.
69 // The subject on which the quota check failed.
74 // A description of how the quota check failed. Clients can use this
223 // For example, if a quota check failed with an error indicating the calling
/tonic/tonic-types/
H A DREADME.md113 if necessary. To see how to adopt this approach, please check the
/tonic/
H A DCONTRIBUTING.md383 check with the contributor to see if they intend to continue the work before