Skip to content

Commit

Permalink
chore: regenerate example bindings
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Aug 26, 2024
1 parent 3a32ed7 commit abaef30
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/go/hello-client/bindings/client.wrpc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
// client package contains wRPC bindings for `client` world
package client
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
package handler

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
package handler

import (
Expand Down
2 changes: 1 addition & 1 deletion examples/go/hello-server/bindings/server.wrpc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
// server package contains wRPC bindings for `server` world
package server

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
package resources

import (
Expand Down
2 changes: 1 addition & 1 deletion examples/go/resources-server/bindings/server.wrpc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
// server package contains wRPC bindings for `server` world
package server

Expand Down
2 changes: 1 addition & 1 deletion examples/go/resources-server/resources_server.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//go:generate cargo run --bin wit-bindgen-wrpc go --out-dir bindings --package wrpc.io/examples/go/resources/bindings wit
//go:generate cargo run --bin wit-bindgen-wrpc go --out-dir bindings --package wrpc.io/examples/go/resources-server/bindings wit

package resources_server
2 changes: 1 addition & 1 deletion examples/go/streams-client/bindings/client.wrpc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
// client package contains wRPC bindings for `client` world
package client
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
package handler

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
package handler

import (
Expand Down
2 changes: 1 addition & 1 deletion examples/go/streams-server/bindings/server.wrpc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.6.0. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.7.0. DO NOT EDIT!
// server package contains wRPC bindings for `server` world
package server

Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
go 1.22.2

use (
./examples/go/resources-server
./examples/go/hello-client
./examples/go/hello-server
./examples/go/resources-server
./examples/go/streams-client
./examples/go/streams-server
./go
Expand Down

0 comments on commit abaef30

Please sign in to comment.