cloudbase / garm

GitHub Actions Runner Manager
Apache License 2.0
136 stars 26 forks source link

Add omitempty to all struct fields #297

Closed gabriel-samfira closed 1 month ago

gabriel-samfira commented 1 month ago

The JSON that gets returned by the API is filled with empty values which serve no purpose. Adding omitempty will skip empty values.