pisanix
pisanix copied to clipboard
Start a separate project for CRD and configure the struct dependencies in the form of gomod
Feature Request
Describe the feature you'd like:
Start a separate project for CRD and configure the struct dependencies in the form of gomod
Describe alternatives you've considered:
Start a separate project for CRD and configure the struct dependencies in the form of gomod. In order to
- Use the tool to quickly update the CRD after modifying the structure definition
- You can easily use the sdk for secondary development
This is a good idea. And I'd like to seperate Go sdk and Rust sdk for Database Mesh in two different repos:
- golang-sdk
- rustlang-sdk
Including data structures and types, client for kubernetes, gRPC protocol definitions.
Nice, this is a clean code
.
New repo created
- https://github.com/database-mesh/rustlang-sdk
- https://github.com/database-mesh/golang-sdk
Next it will move the related codes to the repo respectively.
This is a good idea. And I'd like to seperate Go sdk and Rust sdk for Database Mesh in two different repos:
- golang-sdk
- rustlang-sdk
Including data structures and types, client for kubernetes, gRPC protocol definitions.
#247 golang-sdk
golang-sdk is done , LOL