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

feat: add filters to list resources api #96

Merged
merged 4 commits into from
Apr 4, 2022

Conversation

rsbh
Copy link
Member

@rsbh rsbh commented Mar 29, 2022

Add Support to filter resources with namespace_id, project_id, organization_id and group_id query

Proton Changes PR: raystack/proton#116

@rsbh rsbh requested a review from krtkvrm March 29, 2022 18:09
@rsbh rsbh linked an issue Mar 29, 2022 that may be closed by this pull request
@rsbh rsbh marked this pull request as ready for review March 30, 2022 05:27

func StructToStringMap(s interface{}) (map[string]string, error) {
var myMap map[string]string
data, _ := json.Marshal(s)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please handle err

@krtkvrm krtkvrm merged commit 6265f2b into main Apr 4, 2022
@krtkvrm krtkvrm deleted the 53-add-filters-in-resources-api branch April 4, 2022 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add filters in resources api
2 participants