cirruslabs / orchard

Orchestrator for running Tart Virtual Machines on a cluster of Apple Silicon devices
Other
189 stars 13 forks source link

API: do not return null when methods returning a list have no items #170

Closed edigaryev closed 3 months ago

edigaryev commented 3 months ago

Also use omitempty in all API structs to avoid the same issue, but on a nested levels.

Resolves https://github.com/cirruslabs/orchard/issues/169.