Skip to content

Commit abaef30

Browse files
committed
chore: regenerate example bindings
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 3a32ed7 commit abaef30

13 files changed

Lines changed: 26 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
1+
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
22
// client package contains wRPC bindings for `client` world
33
package client

examples/go/hello-client/bindings/wrpc_examples/hello/handler/bindings.wrpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
1+
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
22
package handler
33

44
import (

examples/go/hello-server/bindings/exports/wrpc_examples/hello/handler/bindings.wrpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
1+
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
22
package handler
33

44
import (

examples/go/hello-server/bindings/server.wrpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
1+
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
22
// server package contains wRPC bindings for `server` world
33
package server
44

examples/go/resources-server/bindings/exports/wrpc_examples/resources/resources/bindings.wrpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
1+
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
22
package resources
33

44
import (

examples/go/resources-server/bindings/server.wrpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
1+
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
22
// server package contains wRPC bindings for `server` world
33
package server
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
//go:generate cargo run --bin wit-bindgen-wrpc go --out-dir bindings --package wrpc.io/examples/go/resources/bindings wit
1+
//go:generate cargo run --bin wit-bindgen-wrpc go --out-dir bindings --package wrpc.io/examples/go/resources-server/bindings wit
22

33
package resources_server
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
1+
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
22
// client package contains wRPC bindings for `client` world
33
package client

examples/go/streams-client/bindings/wrpc_examples/streams/handler/bindings.wrpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
1+
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
22
package handler
33

44
import (

0 commit comments

Comments
 (0)