Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Nov 22, 2024
1 parent 40c27f2 commit 5abaae9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions wit/deps/golem-1.1/golem-oplog-1.1.wit
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ interface oplog {
use wasi:clocks/wall-clock@0.2.0.{datetime};
use golem:rpc/types@0.1.0.{wit-value};

use host.{account-id, component-version, oplog-index, retry-policy, worker-id};
use host.{account-id, component-version, oplog-index, retry-policy, uuid, worker-id};

variant wrapped-function-type {
/// The side-effect reads from the worker's local state (for example local file system,
Expand All @@ -27,9 +27,11 @@ interface oplog {
write-remote-batched(option<oplog-index>)
}

record plugin-reference {
record plugin-installation-description {
installation-id: uuid,
name: string,
version: string
version: string,
parameters: list<tuple<string, string>>
}

record create-parameters {
Expand Down

0 comments on commit 5abaae9

Please sign in to comment.