actions

package
v1.45.24 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2025 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AssemblyExplorer

func AssemblyExplorer(options AssemblyExplorerOptions) (err error)

func Build

func Build(options BuildOptions) (err error)

func Check

func Check(options CheckOptions) (err error)

func CleanProject

func CleanProject(options CleanProjectOptions) (err error)

func Clear

func Clear(_ ClearOptions) (err error)

func Configure

func Configure(options ConfigureOptions) (err error)

func CreateProject

func CreateProject(options CreateProjectOptions) (err error)

func Dev

func Dev(options DevOptions) (err error)

func Format

func Format(options FormatOptions) (err error)

func Generate

func Generate(options GenerateOptions) (err error)

func Help

func Help(_ HelpOptions) error

func Install

func Install(options InstallOptions) (err error)

func LockPackages

func LockPackages(_ LockPackagesOptions) (err error)

func Migrate

func Migrate(options MigrateOptions) (err error)

Migrate runs the latest migration file against the given database.

Experimental: api is currently minimal and not stable.

func Npm

func Npm(options NpmOptions) (err error)

func Package

func Package(options PackageOptions) (err error)

func PackageWatch

func PackageWatch(options PackageWatchOptions) (err error)

func Reset

func Reset(_ ResetOptions) (err error)

func Test

func Test(options TestOptions) (err error)

func Touch

func Touch(_ TouchOptions) (err error)

func Update

func Update(options UpdateOptions) (err error)

func Version

func Version(options VersionOptions) (err error)

func Welcome

func Welcome(_ WelcomeOptions) error

Types

type AssemblyExplorerOptions

type AssemblyExplorerOptions struct {
	Go       string
	Bun      string
	Tags     []string
	Platform platforms.Platform
	Auto     bool
}

type BuildOptions

type BuildOptions struct {
	Go       string
	Bun      string
	Tags     []string
	Platform platforms.Platform
}

type CheckOptions

type CheckOptions struct {
	Bun string
}

type CleanProjectOptions

type CleanProjectOptions struct {
	Go string
}

type ClearOptions

type ClearOptions struct{}

type ConfigureOptions

type ConfigureOptions struct {
	Go       string
	Air      string
	Bun      string
	Efs      embed.FS
	Platform platforms.Platform
	Auto     bool
}

type CreateProjectOptions

type CreateProjectOptions struct {
	Name string
	Go   string
	Air  string
	Bun  string
	Efs  embed.FS
}

type DevOptions

type DevOptions struct {
	Go   string
	Air  string
	Bun  string
	Efs  embed.FS
	Tags []string
}

type FormatOptions

type FormatOptions struct {
	Go  string
	Bun string
}

type GenerateOptions

type GenerateOptions struct {
	Generation string
	Go         string
	Air        string
	Bun        string
	Sqlc       string
	SqlcYaml   string
	Database   string
	Tags       []string
	Efs        embed.FS
	Platform   platforms.Platform
	Auto       bool
}

type HelpOptions

type HelpOptions struct{}

type InstallOptions

type InstallOptions struct {
	Go  string
	Bun string
}

type LockPackagesOptions

type LockPackagesOptions struct {
}

type MigrateOptions

type MigrateOptions struct {
	Offset   string
	Target   string
	Sqlc     string
	SqlcYaml string
	Database *sql.DB
	Platform platforms.Platform
	Auto     bool
}

type NpmOptions

type NpmOptions struct {
	Query string
	Bun   string
}

type PackageOptions

type PackageOptions struct {
	Bun  string
	Prod bool
}

type PackageWatchOptions

type PackageWatchOptions struct {
	Bun      string
	Callback func()
}

type ResetOptions

type ResetOptions struct{}

type TestOptions

type TestOptions struct {
	Go  string
	Bun string
}

type TouchOptions

type TouchOptions struct {
}

type UpdateOptions

type UpdateOptions struct {
	Go  string
	Bun string
}

type VersionOptions

type VersionOptions struct {
	Efs embed.FS
}

type WelcomeOptions

type WelcomeOptions struct{}

Jump to

Keyboard shortcuts

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