Skip to content

Commit

Permalink
Merge pull request #43 from golemcloud/cleanup
Browse files Browse the repository at this point in the history
Removed comment
  • Loading branch information
vigoo authored Jan 28, 2025
2 parents b421672 + f6ed4e3 commit 54149d9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions wit/deps/golem-durability/golem-durability-1.2.wit
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,3 @@ interface durability {
/// Reads the next persisted durable function invocation from the oplog during replay
read-persisted-durable-function-invocation: func() -> persisted-durable-function-invocation;
}

/*
#[async_trait]
pub trait DurabilityHost {
/// Reads the next persisted durable function invocation from the oplog during replay
async fn read_persisted_durable_function_invocation(
&mut self,
) -> Result<PersistedDurableFunctionInvocation, GolemError>;
}
*/

0 comments on commit 54149d9

Please sign in to comment.