stacks

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	ProjectRoot string
	AppName     string
	Frontend    string
	FrontendURL string
	Backend     string
	BackendURL  string
	Database    string
	Port        int
	DatabaseURI string
}

type Seeder

type Seeder interface {
	Seed(ctx context.Context, opts *Options) error
}

type Stack

type Stack interface {
	Type() string
	Name() string
	Init(ctx context.Context, opts *Options) error
	Generate(ctx context.Context, opts *Options) error
	Post(ctx context.Context, opts *Options) error
	Rollback(ctx context.Context, opts *Options) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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