meshery / meshkit

Common microservices framework for Meshery components
Apache License 2.0
96 stars 86 forks source link

Move InvokeGenerator to a centralized function of Meshkit. #541

Open Jougan-0 opened 1 month ago

Jougan-0 commented 1 month ago

Current Behavior

When we run mesheryctl registry generate we InvokeGenerator directly inside the mesheryctl command rather it should be a centralized function in meshkit that can be reused in server as well.

Desired Behavior

Update meshkit to contain this functionality.

Resources

Alternatives / Additional Context

welcome[bot] commented 1 month ago

Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the Layer5 Community Welcome Guide and sure to join the community Slack.

MUzairS15 commented 1 week ago

@Jougan-0 We should reassign this issue.

Jougan-0 commented 1 week ago

I think Aviral could do it. Thoughts?

Jougan-0 commented 1 day ago

I'll complete this PR after adding some recent changes