File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,6 @@ if (error) {
40
40
``` rust
41
41
/// Health endpoint.
42
42
pub (crate ) const HEALTH_ENDPOINT : & str = " health" ;
43
- /// Metrics endpoint for prometheus / openmetrics polling.
44
- pub (crate ) const METRICS_ENDPOINT : & str = " metrics" ;
45
- /// Run a workflow and subscribe to that workflow's events.
46
- #[cfg(feature = " websocket-notify" )]
47
- pub (crate ) const SUBSCRIBE_RUN_WORKFLOW_ENDPOINT : & str = " subscribe_run_workflow" ;
48
43
/// Unsubscribe from a workflow's events.
49
44
#[cfg(feature = " websocket-notify" )]
50
45
pub (crate ) const UNSUBSCRIBE_RUN_WORKFLOW_ENDPOINT : & str = " unsubscribe_run_workflow" ;
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Monorepo for the Fission stack.
14
14
## Packages
15
15
16
16
- [ eslint-config] ( https://github.com/fission-codes/stack/tree/main/packages/eslint-config ) - Fission eslint, ts and prettier config.
17
+ - [ homestar] ( https://github.com/fission-codes/stack/tree/main/packages/homestar ) - Fission [ Homestar] ( https://github.com/ipvm-wg/homestar ) client.
17
18
18
19
## Examples
19
20
You can’t perform that action at this time.
0 commit comments