core-lightning/contrib/msggen/msggen
Christian Decker bb4946a6e6 msggen: Support renaming methods in GRPC
There is at least one clash with a built-in for the grpc server trait,
namely `connect` so we add support for renaming a method when
generating the scaffolding
2022-02-28 23:25:37 +00:00
..
__init__.py msggen: Parse JSON-RPC schemas and build the in-memory model 2022-02-11 16:02:25 +01:00
__main__.py cln-grpc: Generate server dispatcher 2022-02-28 23:25:37 +00:00
grpc.py msggen: Support renaming methods in GRPC 2022-02-28 23:25:37 +00:00
model.py msggen: Parse JSON-RPC schemas and build the in-memory model 2022-02-11 16:02:25 +01:00
rust.py msggen: Support enums in requests too 2022-02-28 23:25:37 +00:00