Skip to content

Commit 5f7946b

Browse files
committed
chore: todo
1 parent 238b939 commit 5f7946b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/homestar/readme.md

-5
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ if (error) {
4040
```rust
4141
/// Health endpoint.
4242
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";
4843
/// Unsubscribe from a workflow's events.
4944
#[cfg(feature = "websocket-notify")]
5045
pub(crate) const UNSUBSCRIBE_RUN_WORKFLOW_ENDPOINT: &str = "unsubscribe_run_workflow";

readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Monorepo for the Fission stack.
1414
## Packages
1515

1616
- [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.
1718

1819
## Examples
1920

0 commit comments

Comments
 (0)