Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start a separate project for CRD and configure the struct dependencies in the form of gomod #240

Open
windghoul opened this issue Aug 8, 2022 · 5 comments
Assignees
Labels
app:pisa-controller Pisa-Controller related changes type:enhancement New feature or request
Milestone

Comments

@windghoul
Copy link
Collaborator

windghoul commented Aug 8, 2022

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

  1. Use the tool to quickly update the CRD after modifying the structure definition
  2. You can easily use the sdk for secondary development
@windghoul windghoul added this to the v0.3.0 milestone Aug 8, 2022
@windghoul windghoul self-assigned this Aug 8, 2022
@windghoul windghoul added type:enhancement New feature or request app:pisa-controller Pisa-Controller related changes labels Aug 8, 2022
@mlycore
Copy link
Member

mlycore commented Aug 8, 2022

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.

@xuanyuan300
Copy link
Contributor

Nice, this is a clean code.

@mlycore
Copy link
Member

mlycore commented Aug 9, 2022

New repo created

Next it will move the related codes to the repo respectively.

@mlycore
Copy link
Member

mlycore commented Aug 10, 2022

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

@windghoul windghoul reopened this Aug 10, 2022
@windghoul
Copy link
Collaborator Author

golang-sdk is done , LOL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:pisa-controller Pisa-Controller related changes type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants