Skip to content

Commit

Permalink
Add ref to struct.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Sep 3, 2023
1 parent 32ef713 commit 877666e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions developing-plugins/sdk-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,4 @@ The root of the SDK is the `github.com/gatewayd-io/gatewayd-plugin-sdk`. It cont
```

- [`plugin.proto`](https://github.com/gatewayd-io/gatewayd-plugin-sdk/blob/main/plugin/v1/plugin.proto) is the protocol buffers definition for the plugin and its generated Go code stubs are in `plugin.pb.go` and `plugin_grpc.pb.go`.
- [`struct.proto`](https://github.com/gatewayd-io/gatewayd-plugin-sdk/blob/main/plugin/v1/struct.proto) is the protocol buffers definition for the `v1.Struct` and its generated Go code stubs are in `struct.pb.go` and `structpb.go`. This is a modified version of the `Struct` from the [Google Protobuf](https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/struct.proto) library with an additional `bytes` field.

0 comments on commit 877666e

Please sign in to comment.