Skip to content

Commit 0787246

Browse files
Merge pull request #112 from wasmCloud/feat/auto_doc_sync
2 parents 10c5d44 + 321573f commit 0787246

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/provider/http-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func director(r *http.Request) string {
3030
return "http-api"
3131
}
3232
return "http-ui"
33-
})
33+
}
3434

3535

3636
transport := wrpchttp.NewIncomingRoundTripper(wasmcloudprovider, wrpchttp.WithDirector(director))

examples/provider/keyvalue-inmemory/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ This provider implements `wrpc:keyvalue/[email protected]`.
44

55
## Notable files
66

7-
- [main.go](./main.go) is a simple binary that sets up an errGroup to handle running the provider's primary requirements: executing as a standaline binary based on data received on stdin, handling RPC and connecting to a wasmCloud lattice.
8-
- [keyvalue.go](./keyvalue.go) implements the required functions to conform to `wasi:keyvalue/store`. If the functions as specified in the [WIT](./wit/deps/keyvalue/store.wit) are not implemented, this provider will fail to build.
7+
- main.go is a simple binary that sets up an errGroup to handle running the provider's primary requirements: executing as a standaline binary based on data received on stdin, handling RPC and connecting to a wasmCloud lattice.
8+
- keyvalue.go implements the required functions to conform to `wasi:keyvalue/store`. If the functions as specified in the `./wit` directory are not implemented, this provider will fail to build.

0 commit comments

Comments
 (0)