Skip to content

starsv1alpha1🔗

Objects🔗

Builders🔗

Functions🔗

NewResource🔗

NewResource creates a new Resource object.

func NewResource() *Resource

NewStars🔗

NewStars creates a new Stars object.

func NewStars() *Stars

Manifest🔗

Creates a resource manifest from Stars.

func Manifest(name string, stars cog.Builder[Stars]) *StarsBuilder

ResourceConverter🔗

ResourceConverter accepts a Resource object and generates the Go code to build this object using builders.

func ResourceConverter(input Resource) string

StarsConverter🔗

StarsConverter accepts a Stars object and generates the Go code to build this object using builders.

func StarsConverter(input Stars) string