types-go

module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2026 License: MIT

README

Control Plane Corp. Go Schema

This is a collection of Go types designed to streamline and standardize the data structures used across projects that use our OpenAPI.

Installation

go get github.com/controlplane-com/types-go

Usage

Import the types from github.com/controlplane-com/types-go/pkg/<package> and use them in your Go projects:

package main

import (
    "github.com/controlplane-com/types-go/pkg/base"
    "github.com/controlplane-com/types-go/pkg/gvc"
)

func example() {
    // Use base types
    kind := base.KindGvc

    // Use GVC types
    gvcData := &gvc.Gvc{
        // ... your data
    }
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL