Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Jan 28, 2025
1 parent b421672 commit f6ed4e3
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 f6ed4e3

Please sign in to comment.