Skip to content

Releases: controlplane-com/types-go

v1.0.0

30 Jan 21:21

Choose a tag to compare

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.