paths

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2025 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package paths provides rails-style path helpers for use with the web app.

Index

Constants

View Source
const (
	// site-wide prefix added to all web UI paths requiring authentication.
	UIPrefix = "/app"
)

Variables

This section is empty.

Functions

func AddMemberTeam

func AddMemberTeam(team fmt.Stringer) string

func Admin added in v0.1.14

func Admin() string

func AdminLogin

func AdminLogin() string

func AgentPool added in v0.2.0

func AgentPool(agentPool fmt.Stringer) string

func AgentPools added in v0.2.0

func AgentPools(organization fmt.Stringer) string

func AgentToken

func AgentToken(agentToken fmt.Stringer) string

func AgentTokens

func AgentTokens(agentPool fmt.Stringer) string

func ApplyRun

func ApplyRun(run fmt.Stringer) string

func CancelRun

func CancelRun(run fmt.Stringer) string

func CompleteGithubApp added in v0.1.14

func CompleteGithubApp() string

func ConnectModule added in v0.3.17

func ConnectModule(module fmt.Stringer) string

func ConnectWorkspace

func ConnectWorkspace(workspace fmt.Stringer) string

func CreateAgentPool added in v0.2.0

func CreateAgentPool(organization fmt.Stringer) string

func CreateAgentToken

func CreateAgentToken(agentPool fmt.Stringer) string

func CreateGithubApp added in v0.1.14

func CreateGithubApp() string

func CreateModule

func CreateModule(organization fmt.Stringer) string

func CreateOrganization

func CreateOrganization() string

func CreateOrganizationToken added in v0.1.0

func CreateOrganizationToken(organization fmt.Stringer) string

func CreateRun

func CreateRun(workspace fmt.Stringer) string

func CreateRunner added in v0.3.6

func CreateRunner(organization fmt.Stringer) string

func CreateTagWorkspace

func CreateTagWorkspace(workspace fmt.Stringer) string

func CreateTeam

func CreateTeam(organization fmt.Stringer) string

func CreateToken

func CreateToken() string

func CreateUser

func CreateUser(organization fmt.Stringer) string

func CreateVCSProvider

func CreateVCSProvider(organization fmt.Stringer) string

func CreateVariable

func CreateVariable(workspace fmt.Stringer) string

func CreateVariableSet added in v0.1.9

func CreateVariableSet(organization fmt.Stringer) string

func CreateVariableSetVariable added in v0.1.9

func CreateVariableSetVariable(variableSet fmt.Stringer) string

func CreateWorkspace

func CreateWorkspace(organization fmt.Stringer) string

func DeleteAgentPool added in v0.2.0

func DeleteAgentPool(agentPool fmt.Stringer) string

func DeleteAgentToken

func DeleteAgentToken(agentToken fmt.Stringer) string

func DeleteGithubApp added in v0.1.14

func DeleteGithubApp(githubApp fmt.Stringer) string

func DeleteInstallGithubApp added in v0.1.14

func DeleteInstallGithubApp(githubApp fmt.Stringer) string

func DeleteModule

func DeleteModule(module fmt.Stringer) string

func DeleteOrganization

func DeleteOrganization(organization fmt.Stringer) string

func DeleteOrganizationToken added in v0.1.0

func DeleteOrganizationToken(organization fmt.Stringer) string

func DeleteRun

func DeleteRun(run fmt.Stringer) string

func DeleteRunner added in v0.3.6

func DeleteRunner(runner fmt.Stringer) string

func DeleteTagWorkspace

func DeleteTagWorkspace(workspace fmt.Stringer) string

func DeleteTeam

func DeleteTeam(team fmt.Stringer) string

func DeleteToken

func DeleteToken() string

func DeleteUser

func DeleteUser(user fmt.Stringer) string

func DeleteVCSProvider

func DeleteVCSProvider(vcsProvider fmt.Stringer) string

func DeleteVariable

func DeleteVariable(variable fmt.Stringer) string

func DeleteVariableSet added in v0.1.9

func DeleteVariableSet(variableSet fmt.Stringer) string

func DeleteVariableSetVariable added in v0.1.9

func DeleteVariableSetVariable(variableSetVariable fmt.Stringer) string

func DeleteWorkspace

func DeleteWorkspace(workspace fmt.Stringer) string

func DiscardRun

func DiscardRun(run fmt.Stringer) string

func DisconnectWorkspace

func DisconnectWorkspace(workspace fmt.Stringer) string

func EditAgentPool added in v0.2.0

func EditAgentPool(agentPool fmt.Stringer) string

func EditAgentToken

func EditAgentToken(agentToken fmt.Stringer) string

func EditGithubApp added in v0.1.14

func EditGithubApp(githubApp fmt.Stringer) string

func EditModule

func EditModule(module fmt.Stringer) string

func EditOrganization

func EditOrganization(organization fmt.Stringer) string

func EditRun

func EditRun(run fmt.Stringer) string

func EditRunner added in v0.3.6

func EditRunner(runner fmt.Stringer) string

func EditTeam

func EditTeam(team fmt.Stringer) string

func EditUser

func EditUser(user fmt.Stringer) string

func EditVCSProvider

func EditVCSProvider(vcsProvider fmt.Stringer) string

func EditVariable

func EditVariable(variable fmt.Stringer) string

func EditVariableSet added in v0.1.9

func EditVariableSet(variableSet fmt.Stringer) string

func EditVariableSetVariable added in v0.1.9

func EditVariableSetVariable(variableSetVariable fmt.Stringer) string

func EditWorkspace

func EditWorkspace(workspace fmt.Stringer) string

func ExchangeCodeGithubApp added in v0.1.14

func ExchangeCodeGithubApp() string

func ForceCancelRun added in v0.2.0

func ForceCancelRun(run fmt.Stringer) string

func ForceUnlockWorkspace

func ForceUnlockWorkspace(workspace fmt.Stringer) string

func FuncMap

func FuncMap() template.FuncMap

func GithubApp added in v0.1.14

func GithubApp(githubApp fmt.Stringer) string

func GithubApps added in v0.1.14

func GithubApps() string

func LockWorkspace

func LockWorkspace(workspace fmt.Stringer) string

func Login

func Login() string

func Logout

func Logout() string

func Module

func Module(module fmt.Stringer) string

func Modules

func Modules(organization fmt.Stringer) string

func NewAgentPool added in v0.2.0

func NewAgentPool(organization fmt.Stringer) string

func NewAgentToken

func NewAgentToken(agentPool fmt.Stringer) string

func NewGithubApp added in v0.1.14

func NewGithubApp() string

func NewGithubAppVCSProvider added in v0.1.14

func NewGithubAppVCSProvider(organization fmt.Stringer) string

func NewModule

func NewModule(organization fmt.Stringer) string

func NewOrganization

func NewOrganization() string

func NewRun

func NewRun(workspace fmt.Stringer) string

func NewRunner added in v0.3.6

func NewRunner(organization fmt.Stringer) string

func NewTeam

func NewTeam(organization fmt.Stringer) string

func NewToken

func NewToken() string

func NewUser

func NewUser(organization fmt.Stringer) string

func NewVCSProvider

func NewVCSProvider(organization fmt.Stringer) string

func NewVariable

func NewVariable(workspace fmt.Stringer) string

func NewVariableSet added in v0.1.9

func NewVariableSet(organization fmt.Stringer) string

func NewVariableSetVariable added in v0.1.9

func NewVariableSetVariable(variableSet fmt.Stringer) string

func NewWorkspace

func NewWorkspace(organization fmt.Stringer) string

func Organization

func Organization(organization fmt.Stringer) string

func OrganizationRuns added in v0.3.15

func OrganizationRuns(organization fmt.Stringer) string

func OrganizationToken added in v0.1.0

func OrganizationToken(organization fmt.Stringer) string

func Organizations

func Organizations() string

func PoolsWorkspace added in v0.2.0

func PoolsWorkspace(workspace fmt.Stringer) string

func Profile

func Profile() string

func RemoveMemberTeam

func RemoveMemberTeam(team fmt.Stringer) string

func RetryRun

func RetryRun(run fmt.Stringer) string

func Run

func Run(run fmt.Stringer) string

func Runner added in v0.3.6

func Runner(runner fmt.Stringer) string

func Runners added in v0.3.6

func Runners(organization fmt.Stringer) string

func Runs

func Runs(workspace fmt.Stringer) string

func SelectGhappOwner added in v0.1.14

func SelectGhappOwner() string

func SetPermissionWorkspace

func SetPermissionWorkspace(workspace fmt.Stringer) string

func SetupConnectionProviderWorkspace

func SetupConnectionProviderWorkspace(workspace fmt.Stringer) string

func SetupConnectionRepoWorkspace

func SetupConnectionRepoWorkspace(workspace fmt.Stringer) string

func StartRunWorkspace

func StartRunWorkspace(workspace fmt.Stringer) string

func StateWorkspace added in v0.1.3

func StateWorkspace(workspace fmt.Stringer) string

func TailRun

func TailRun(run fmt.Stringer) string

func Team

func Team(team fmt.Stringer) string

func Teams

func Teams(organization fmt.Stringer) string

func Tokens

func Tokens() string

func UnlockWorkspace

func UnlockWorkspace(workspace fmt.Stringer) string

func UnsetPermissionWorkspace

func UnsetPermissionWorkspace(workspace fmt.Stringer) string

func UpdateAgentPool added in v0.2.0

func UpdateAgentPool(agentPool fmt.Stringer) string

func UpdateAgentToken

func UpdateAgentToken(agentToken fmt.Stringer) string

func UpdateGithubApp added in v0.1.14

func UpdateGithubApp(githubApp fmt.Stringer) string

func UpdateModule

func UpdateModule(module fmt.Stringer) string

func UpdateOrganization

func UpdateOrganization(organization fmt.Stringer) string

func UpdateRun

func UpdateRun(run fmt.Stringer) string

func UpdateRunner added in v0.3.6

func UpdateRunner(runner fmt.Stringer) string

func UpdateTeam

func UpdateTeam(team fmt.Stringer) string

func UpdateUser

func UpdateUser(user fmt.Stringer) string

func UpdateVCSProvider

func UpdateVCSProvider(vcsProvider fmt.Stringer) string

func UpdateVariable

func UpdateVariable(variable fmt.Stringer) string

func UpdateVariableSet added in v0.1.9

func UpdateVariableSet(variableSet fmt.Stringer) string

func UpdateVariableSetVariable added in v0.1.9

func UpdateVariableSetVariable(variableSetVariable fmt.Stringer) string

func UpdateWorkspace

func UpdateWorkspace(workspace fmt.Stringer) string

func User

func User(user fmt.Stringer) string

func Users

func Users(organization fmt.Stringer) string

func VCSProvider

func VCSProvider(vcsProvider fmt.Stringer) string

func VCSProviders

func VCSProviders(organization fmt.Stringer) string

func Variable

func Variable(variable fmt.Stringer) string

func VariableSet added in v0.1.9

func VariableSet(variableSet fmt.Stringer) string

func VariableSetVariable added in v0.1.9

func VariableSetVariable(variableSetVariable fmt.Stringer) string

func VariableSetVariables added in v0.1.9

func VariableSetVariables(variableSet fmt.Stringer) string

func VariableSets added in v0.1.9

func VariableSets(organization fmt.Stringer) string

func Variables

func Variables(workspace fmt.Stringer) string

func WatchLatestRun added in v0.3.18

func WatchLatestRun(workspace fmt.Stringer) string

func WatchRun added in v0.3.18

func WatchRun(run fmt.Stringer) string

func WatchRunners added in v0.3.15

func WatchRunners(organization fmt.Stringer) string

func Workspace

func Workspace(workspace fmt.Stringer) string

func Workspaces

func Workspaces(organization fmt.Stringer) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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