paths

package
v0.5.14 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2026 License: MPL-2.0 Imports: 3 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 any) string

func Admin

func Admin() string

func AdminLogin

func AdminLogin() string

func AgentPool

func AgentPool(agentPool any) string

func AgentPools

func AgentPools(organization any) string

func AgentToken

func AgentToken(agentToken any) string

func AgentTokens

func AgentTokens(agentPool any) string

func ApplyRun

func ApplyRun(run any) string

func CancelRun

func CancelRun(run any) string

func CompleteGithubApp

func CompleteGithubApp() string

func ConnectModule

func ConnectModule(module any) string

func ConnectWorkspace

func ConnectWorkspace(workspace any) string

func CreateAgentPool

func CreateAgentPool(organization any) string

func CreateAgentToken

func CreateAgentToken(agentPool any) string

func CreateGithubApp

func CreateGithubApp() string

func CreateModule

func CreateModule(organization any) string

func CreateOrganization

func CreateOrganization() string

func CreateOrganizationToken

func CreateOrganizationToken(organization any) string

func CreateRun

func CreateRun(workspace any) string

func CreateRunner

func CreateRunner(organization any) string

func CreateTagWorkspace

func CreateTagWorkspace(workspace any) string

func CreateTeam

func CreateTeam(organization any) string

func CreateToken

func CreateToken() string

func CreateUser

func CreateUser(organization any) string

func CreateVCSProvider

func CreateVCSProvider(organization any) string

func CreateVariable

func CreateVariable(workspace any) string

func CreateVariableSet

func CreateVariableSet(organization any) string

func CreateVariableSetVariable

func CreateVariableSetVariable(variableSet any) string

func CreateWorkspace

func CreateWorkspace(organization any) string

func DeleteAgentPool

func DeleteAgentPool(agentPool any) string

func DeleteAgentToken

func DeleteAgentToken(agentToken any) string

func DeleteGithubApp

func DeleteGithubApp(githubApp any) string

func DeleteInstallGithubApp

func DeleteInstallGithubApp(githubApp any) string

func DeleteModule

func DeleteModule(module any) string

func DeleteOrganization

func DeleteOrganization(organization any) string

func DeleteOrganizationToken

func DeleteOrganizationToken(organization any) string

func DeleteRun

func DeleteRun(run any) string

func DeleteRunner

func DeleteRunner(runner any) string

func DeleteTagWorkspace

func DeleteTagWorkspace(workspace any) string

func DeleteTeam

func DeleteTeam(team any) string

func DeleteToken

func DeleteToken() string

func DeleteUser

func DeleteUser(user any) string

func DeleteVCSProvider

func DeleteVCSProvider(vcsProvider any) string

func DeleteVariable

func DeleteVariable(variable any) string

func DeleteVariableSet

func DeleteVariableSet(variableSet any) string

func DeleteVariableSetVariable

func DeleteVariableSetVariable(variableSetVariable any) string

func DeleteWorkspace

func DeleteWorkspace(workspace any) string

func DiscardRun

func DiscardRun(run any) string

func DisconnectWorkspace

func DisconnectWorkspace(workspace any) string

func EditAgentPool

func EditAgentPool(agentPool any) string

func EditAgentToken

func EditAgentToken(agentToken any) string

func EditGithubApp

func EditGithubApp(githubApp any) string

func EditModule

func EditModule(module any) string

func EditOrganization

func EditOrganization(organization any) string

func EditRun

func EditRun(run any) string

func EditRunner

func EditRunner(runner any) string

func EditTeam

func EditTeam(team any) string

func EditUser

func EditUser(user any) string

func EditVCSProvider

func EditVCSProvider(vcsProvider any) string

func EditVariable

func EditVariable(variable any) string

func EditVariableSet

func EditVariableSet(variableSet any) string

func EditVariableSetVariable

func EditVariableSetVariable(variableSetVariable any) string

func EditWorkspace

func EditWorkspace(workspace any) string

func ExchangeCodeGithubApp

func ExchangeCodeGithubApp() string

func ForceCancelRun

func ForceCancelRun(run any) string

func ForceUnlockWorkspace

func ForceUnlockWorkspace(workspace any) string

func GithubApp

func GithubApp(githubApp any) string

func GithubApps

func GithubApps() string

func LockWorkspace

func LockWorkspace(workspace any) string

func Login

func Login() string

func Logout

func Logout() string

func Module

func Module(module any) string

func Modules

func Modules(organization any) string

func NewAgentPool

func NewAgentPool(organization any) string

func NewAgentToken

func NewAgentToken(agentPool any) string

func NewGithubApp

func NewGithubApp() string

func NewGithubAppVCSProvider

func NewGithubAppVCSProvider(organization any) string

func NewModule

func NewModule(organization any) string

func NewOrganization

func NewOrganization() string

func NewRun

func NewRun(workspace any) string

func NewRunner

func NewRunner(organization any) string

func NewTeam

func NewTeam(organization any) string

func NewToken

func NewToken() string

func NewUser

func NewUser(organization any) string

func NewVCSProvider

func NewVCSProvider(organization any) string

func NewVariable

func NewVariable(workspace any) string

func NewVariableSet

func NewVariableSet(organization any) string

func NewVariableSetVariable

func NewVariableSetVariable(variableSet any) string

func NewWorkspace

func NewWorkspace(organization any) string

func Organization

func Organization(organization any) string

func OrganizationRuns

func OrganizationRuns(organization any) string

func OrganizationToken

func OrganizationToken(organization any) string

func Organizations

func Organizations() string

func PoolsWorkspace

func PoolsWorkspace(workspace any) string

func Profile

func Profile() string

func RemoveMemberTeam

func RemoveMemberTeam(team any) string

func RetryRun

func RetryRun(run any) string

func Run

func Run(run any) string

func Runner

func Runner(runner any) string

func Runners

func Runners(organization any) string

func Runs

func Runs(workspace any) string

func SelectGhappOwner

func SelectGhappOwner() string

func SetPermissionWorkspace

func SetPermissionWorkspace(workspace any) string

func SetupConnectionProviderWorkspace

func SetupConnectionProviderWorkspace(workspace any) string

func SetupConnectionRepoWorkspace

func SetupConnectionRepoWorkspace(workspace any) string

func StartRunWorkspace

func StartRunWorkspace(workspace any) string

func StateWorkspace

func StateWorkspace(workspace any) string

func TailRun

func TailRun(run any) string

func Team

func Team(team any) string

func Teams

func Teams(organization any) string

func Tokens

func Tokens() string

func UnlockWorkspace

func UnlockWorkspace(workspace any) string

func UnsetPermissionWorkspace

func UnsetPermissionWorkspace(workspace any) string

func UpdateAgentPool

func UpdateAgentPool(agentPool any) string

func UpdateAgentToken

func UpdateAgentToken(agentToken any) string

func UpdateGithubApp

func UpdateGithubApp(githubApp any) string

func UpdateModule

func UpdateModule(module any) string

func UpdateOrganization

func UpdateOrganization(organization any) string

func UpdateRun

func UpdateRun(run any) string

func UpdateRunner

func UpdateRunner(runner any) string

func UpdateTeam

func UpdateTeam(team any) string

func UpdateUser

func UpdateUser(user any) string

func UpdateVCSProvider

func UpdateVCSProvider(vcsProvider any) string

func UpdateVariable

func UpdateVariable(variable any) string

func UpdateVariableSet

func UpdateVariableSet(variableSet any) string

func UpdateVariableSetVariable

func UpdateVariableSetVariable(variableSetVariable any) string

func UpdateWorkspace

func UpdateWorkspace(workspace any) string

func User

func User(user any) string

func Users

func Users(organization any) string

func VCSProvider

func VCSProvider(vcsProvider any) string

func VCSProviders

func VCSProviders(organization any) string

func Variable

func Variable(variable any) string

func VariableSet

func VariableSet(variableSet any) string

func VariableSetVariable

func VariableSetVariable(variableSetVariable any) string

func VariableSetVariables

func VariableSetVariables(variableSet any) string

func VariableSets

func VariableSets(organization any) string

func Variables

func Variables(workspace any) string

func WatchLatestRun

func WatchLatestRun(workspace any) string

func WatchRun

func WatchRun(run any) string

func WatchRunners

func WatchRunners(organization any) string

func Workspace

func Workspace(workspace any) string

func Workspaces

func Workspaces(organization any) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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