Releases: controlplane-com/types-go
Releases · controlplane-com/types-go
v1.0.0
Schema Types Release v1.0.0
Synchronized schema types from go-libs for the v1.0.0 release.
Changes
- Updated all type definitions from go-libs/schema
- Import paths now use
github.com/controlplane-com/types-go/pkg - Removed deprecated
pkg/models.go
Usage
import "github.com/controlplane-com/types-go/pkg/workload"
import "github.com/controlplane-com/types-go/pkg/gvc"
// etc.