vmware / go-vcloud-director

Golang SDK for VMware Cloud Director
Other
76 stars 79 forks source link

Add functions for generic OpenAPI CRUD handling #644

Closed Didainius closed 5 months ago

Didainius commented 5 months ago

About

This PR is about an attempt to leverage Go generics (parametric polymorphism) to streamline SDK development. As part of this PR, a few of the existing entities were converted to demonstrate the use of new functions.

Terminology

These names are not set in stone and are subject to change.

Commits

Next PRs contain self review and fixed over all codebase.

Testing