Juniper / apstra-go-sdk

Go SDK for Apstra
Apache License 2.0
4 stars 0 forks source link

Rename enums with "enum" in the name #348

Closed chrismarget-j closed 6 hours ago

chrismarget-j commented 1 week ago

Some of the enum types in enums.go are called ThingEnum, rather than just Thing.

This was done to deconflict them with the old iota types which were already called Thing.

With enum.go moving into its own package, the conflict is no longer a problem so ThingEnum can be renamed.