💾 Archived View for freeshell.de › tldr › kitex.gmi captured on 2023-09-28 at 16:37:41. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Code generation tool provided by the Go RPC framework Kitex.
Kitex accepts both thrift and protobuf IDLs, and supports generating a skeleton of a server side project.
kitex {path/to/IDL_file.thrift}
kitex -module {github.com/xx-org/xx-name} {path/to/IDL_file.thrift}
kitex -type protobuf {path/to/IDL_file.proto}
kitex -service {svc_name} {path/to/IDL_file.thrift}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).