Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(iso): invalid field include_wildcard_architecture
Fix a field naming mismatch with the ISO endpoint and the clients: - https://docs.hetzner.cloud/#isos-get-all-isos uses `include_architecture_wildcard` - https://hcloud-python.readthedocs.io/en/stable/api.clients.isos.html#hcloud.isos.client.IsosClient uses `include_wildcard_architecture` - https://pkg.go.dev/github.com/hetznercloud/hcloud-go/hcloud?utm_source=godoc#ISOListOpts uses `IncludeWildcardArchitecture`
- Loading branch information
You can create a reference to another Go field by wrapping the identifier in square brackets:
// Deprecated: Use [ISOListOpts.IncludeArchitectureWildcard] instead.