exoscale / egoscale

exoscale golang bindings
https://pkg.go.dev/github.com/exoscale/egoscale/v3
Apache License 2.0
31 stars 14 forks source link

v2: removed type-specific Database methods #532

Closed falzm closed 2 years ago

falzm commented 2 years ago

Following a recent change in the Exoscale public API, DBaaS services are now presented by type ("pg", "mysql", "kafka"...). This change temporarily removes all creation/update related DatabaseService methods, to be re-implmented later per type. During this transition period, callers should use the raw v2/oapi calls for performing type-specific operations.