setup

package
v0.0.0-...-66c9f5b Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2026 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const GenerateStartedEvt = "Generate Started"

Variables

View Source
var P = track.P

Functions

This section is empty.

Types

type GeneratePrompt

type GeneratePrompt struct {
	Description string `json:"description"`
	ModelID     string `json:"model_id"`
	Language    string `json:"language"`
}

type SetupClient

type SetupClient struct {
	Surveyor *surveyor.DefaultSurveyor
	ModelID  string
	Fabric   client.FabricClient
	Cluster  string
}

func (*SetupClient) AIGenerate

func (s *SetupClient) AIGenerate(ctx context.Context) (SetupResult, error)

func (*SetupClient) CloneSample

func (s *SetupClient) CloneSample(ctx context.Context, sample string) (SetupResult, error)

func (*SetupClient) MigrateFromHeroku

func (s *SetupClient) MigrateFromHeroku(ctx context.Context) (SetupResult, error)

func (*SetupClient) Start

func (s *SetupClient) Start(ctx context.Context) (SetupResult, error)

type SetupResult

type SetupResult struct {
	Folder string
}

Jump to

Keyboard shortcuts

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