From beb97cbd0171f70beca23d1b87c403ad09472e6a Mon Sep 17 00:00:00 2001 From: Rotem Tamir Date: Sat, 27 Mar 2021 13:32:32 +0300 Subject: [PATCH] doc/website/blog - add a call to action on the bottom of the gRPC post --- .../blog/2021-03-18-generating-a-grpc-server-with-ent.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/website/blog/2021-03-18-generating-a-grpc-server-with-ent.md b/doc/website/blog/2021-03-18-generating-a-grpc-server-with-ent.md index 967da4b9c..7dada4ca7 100644 --- a/doc/website/blog/2021-03-18-generating-a-grpc-server-with-ent.md +++ b/doc/website/blog/2021-03-18-generating-a-grpc-server-with-ent.md @@ -466,3 +466,9 @@ Amazing! With a few annotations on our schema, we used the super-powers of code We believe that `ent` + gRPC can be a great way to build server applications in Go. For example, to set granular access control to the entities managed by our application, developers can already use [Privacy Policies](https://entgo.io/docs/privacy/) that work out-of-the-box with the gRPC integration. To run any arbitrary Go code on the different lifecycle events of entities, developers can utilize custom [Hooks](https://entgo.io/docs/hooks/). Do you want to build gRPC servers with `ent`? If you want some help setting up or want the integration to support your use case, please reach out to us via our [Discussions Page on GitHub](https://github.com/ent/ent/discussions) or in the #ent channel on the [Gophers Slack](https://app.slack.com/client/T029RQSE6/C01FMSQDT53). + + +:::note For more Ent news and updates: +- Subscribe to our [Newsletter](https://www.getrevue.co/profile/ent) +- Follow us on [Twitter](https://twitter.com/entgo_io) +- Join us on #ent on the [Gophers Slack](https://app.slack.com/client/T029RQSE6/C01FMSQDT53)