Skip to content

Commit

Permalink
Publish code-generation.md (#6948)
Browse files Browse the repository at this point in the history
Set the hidden tag to false and make this article public.
  • Loading branch information
adi-shankara authored Dec 15, 2023
1 parent 328863e commit 3391bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/contribute-to-core-lightning/code-generation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Code Generation"
slug: "code-generation"
hidden: true
hidden: false
createdAt: "2023-04-22T12:29:01.116Z"
updatedAt: "2023-04-22T12:44:47.814Z"
---
Expand Down Expand Up @@ -71,4 +71,4 @@ The `cln-grpc` crate is mostly used to provide the primitives to build the `grpc
- Next it generates the `convert.rs` file which is used to convert the structs for in-memory representation from `cln-rpc` into the corresponding protobuf structs.
- Finally `msggen` generates the `server.rs` file which can be bound to a grpc endpoint listening for incoming grpc requests, and it will convert the request and forward it to the JSON-RPC. Upon receiving the response it gets converted back into a grpc response and sent back.

![](https://files.readme.io/53b4645-image.png)
![](https://files.readme.io/53b4645-image.png)

0 comments on commit 3391bd1

Please sign in to comment.