app

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2025 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	// contains filtered or unexported fields
}

func New

func New(params *Params) *App

func (*App) Execute

func (a *App) Execute(ctx context.Context) error

type OutputProject

type OutputProject struct {
	Name      string `json:"name"`
	Dir       string `json:"dir"`
	Workspace string `json:"workspace"`
	Mode      string `json:"mode"`
	Result    string `json:"result"`
	ActionURL string `json:"action_url"`
}

type OutputProjects

type OutputProjects []*OutputProject

type Params

type Params struct {
	Github                  github.Github
	ConfigPath              string
	DefaultTerraformVersion string
	UploadArtifactVersion   string
	UploadArtifactDir       string
	AllowCommands           []string
	DisableSummaryLog       bool
	EmojiReaction           string
	Release                 *Release
}

type Release

type Release struct {
	Version string
	Commit  string
	Date    string
}

Jump to

Keyboard shortcuts

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