actions

package
v1.46.7 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2026 License: Apache-2.0 Imports: 33 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 Help

func Help(_ HelpOptions) (err 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 PostBuild added in v1.46.0

func PostBuild(options PostBuildOptions) (err error)

func PreBuild added in v1.46.0

func PreBuild(options PreBuildOptions) (err error)

func Reset

func Reset(_ ResetOptions) (err error)

func Test

func Test(options TestOptions) (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
}

type BuildOptions

type BuildOptions struct {
	Go     string
	Bun    string
	Tags   string
	Output string
}

type CheckOptions

type CheckOptions struct {
	Bun         string
	Incremental bool
}

type CleanProjectOptions

type CleanProjectOptions struct {
	Go string
}

type ClearOptions

type ClearOptions struct{}

type ConfigureOptions

type ConfigureOptions struct {
	Go   string
	Air  string
	Bun  string
	Tags string
}

type CreateProjectOptions

type CreateProjectOptions struct {
	Strict bool
	Name   string
	Efs    embed.FS
}

type DevOptions

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

type FormatOptions

type FormatOptions struct {
	Go  string
	Bun string
}

type HelpOptions

type HelpOptions struct {
}

type InstallOptions

type InstallOptions struct {
	Go  string
	Bun string
}

type LockPackagesOptions

type LockPackagesOptions struct {
}

type MigrateOptions

type MigrateOptions struct {
	Strict   bool
	SqlcYaml string
	Query    string
	Database string
}

type NpmOptions

type NpmOptions struct {
	Bun string
}

type PackageOptions

type PackageOptions struct {
	Go  string
	Bun string
}

type PackageWatchOptions

type PackageWatchOptions struct {
	Bun string
}

type PostBuildOptions added in v1.46.0

type PostBuildOptions struct {
	Go   string
	Tags string
}

type PreBuildOptions added in v1.46.0

type PreBuildOptions struct {
	Go   string
	Tags string
}

type ResetOptions

type ResetOptions struct{}

type TestOptions

type TestOptions struct {
	Go  string
	Bun string
}

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