💾 Archived View for freeshell.de › tldr › kitex.gmi captured on 2023-01-29 at 04:57:55. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

kitex

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.

More information.

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).

CC-BY