Documentation
¶
Overview ¶
Package paths provides rails-style path helpers for use with the web app.
Index ¶
- Constants
- func AddMemberTeam(team fmt.Stringer) string
- func Admin() string
- func AdminLogin() string
- func AgentPool(agentPool fmt.Stringer) string
- func AgentPools(organization fmt.Stringer) string
- func AgentToken(agentToken fmt.Stringer) string
- func AgentTokens(agentPool fmt.Stringer) string
- func ApplyRun(run fmt.Stringer) string
- func CancelRun(run fmt.Stringer) string
- func CompleteGithubApp() string
- func ConnectModule(module fmt.Stringer) string
- func ConnectWorkspace(workspace fmt.Stringer) string
- func CreateAgentPool(organization fmt.Stringer) string
- func CreateAgentToken(agentPool fmt.Stringer) string
- func CreateGithubApp() string
- func CreateModule(organization fmt.Stringer) string
- func CreateOrganization() string
- func CreateOrganizationToken(organization fmt.Stringer) string
- func CreateRun(workspace fmt.Stringer) string
- func CreateRunner(organization fmt.Stringer) string
- func CreateTagWorkspace(workspace fmt.Stringer) string
- func CreateTeam(organization fmt.Stringer) string
- func CreateToken() string
- func CreateUser(organization fmt.Stringer) string
- func CreateVCSProvider(organization fmt.Stringer) string
- func CreateVariable(workspace fmt.Stringer) string
- func CreateVariableSet(organization fmt.Stringer) string
- func CreateVariableSetVariable(variableSet fmt.Stringer) string
- func CreateWorkspace(organization fmt.Stringer) string
- func DeleteAgentPool(agentPool fmt.Stringer) string
- func DeleteAgentToken(agentToken fmt.Stringer) string
- func DeleteGithubApp(githubApp fmt.Stringer) string
- func DeleteInstallGithubApp(githubApp fmt.Stringer) string
- func DeleteModule(module fmt.Stringer) string
- func DeleteOrganization(organization fmt.Stringer) string
- func DeleteOrganizationToken(organization fmt.Stringer) string
- func DeleteRun(run fmt.Stringer) string
- func DeleteRunner(runner fmt.Stringer) string
- func DeleteTagWorkspace(workspace fmt.Stringer) string
- func DeleteTeam(team fmt.Stringer) string
- func DeleteToken() string
- func DeleteUser(user fmt.Stringer) string
- func DeleteVCSProvider(vcsProvider fmt.Stringer) string
- func DeleteVariable(variable fmt.Stringer) string
- func DeleteVariableSet(variableSet fmt.Stringer) string
- func DeleteVariableSetVariable(variableSetVariable fmt.Stringer) string
- func DeleteWorkspace(workspace fmt.Stringer) string
- func DiscardRun(run fmt.Stringer) string
- func DisconnectWorkspace(workspace fmt.Stringer) string
- func EditAgentPool(agentPool fmt.Stringer) string
- func EditAgentToken(agentToken fmt.Stringer) string
- func EditGithubApp(githubApp fmt.Stringer) string
- func EditModule(module fmt.Stringer) string
- func EditOrganization(organization fmt.Stringer) string
- func EditRun(run fmt.Stringer) string
- func EditRunner(runner fmt.Stringer) string
- func EditTeam(team fmt.Stringer) string
- func EditUser(user fmt.Stringer) string
- func EditVCSProvider(vcsProvider fmt.Stringer) string
- func EditVariable(variable fmt.Stringer) string
- func EditVariableSet(variableSet fmt.Stringer) string
- func EditVariableSetVariable(variableSetVariable fmt.Stringer) string
- func EditWorkspace(workspace fmt.Stringer) string
- func ExchangeCodeGithubApp() string
- func ForceCancelRun(run fmt.Stringer) string
- func ForceUnlockWorkspace(workspace fmt.Stringer) string
- func FuncMap() template.FuncMap
- func GithubApp(githubApp fmt.Stringer) string
- func GithubApps() string
- func LockWorkspace(workspace fmt.Stringer) string
- func Login() string
- func Logout() string
- func Module(module fmt.Stringer) string
- func Modules(organization fmt.Stringer) string
- func NewAgentPool(organization fmt.Stringer) string
- func NewAgentToken(agentPool fmt.Stringer) string
- func NewGithubApp() string
- func NewGithubAppVCSProvider(organization fmt.Stringer) string
- func NewModule(organization fmt.Stringer) string
- func NewOrganization() string
- func NewRun(workspace fmt.Stringer) string
- func NewRunner(organization fmt.Stringer) string
- func NewTeam(organization fmt.Stringer) string
- func NewToken() string
- func NewUser(organization fmt.Stringer) string
- func NewVCSProvider(organization fmt.Stringer) string
- func NewVariable(workspace fmt.Stringer) string
- func NewVariableSet(organization fmt.Stringer) string
- func NewVariableSetVariable(variableSet fmt.Stringer) string
- func NewWorkspace(organization fmt.Stringer) string
- func Organization(organization fmt.Stringer) string
- func OrganizationRuns(organization fmt.Stringer) string
- func OrganizationToken(organization fmt.Stringer) string
- func Organizations() string
- func PoolsWorkspace(workspace fmt.Stringer) string
- func Profile() string
- func RemoveMemberTeam(team fmt.Stringer) string
- func RetryRun(run fmt.Stringer) string
- func Run(run fmt.Stringer) string
- func Runner(runner fmt.Stringer) string
- func Runners(organization fmt.Stringer) string
- func Runs(workspace fmt.Stringer) string
- func SelectGhappOwner() string
- func SetPermissionWorkspace(workspace fmt.Stringer) string
- func SetupConnectionProviderWorkspace(workspace fmt.Stringer) string
- func SetupConnectionRepoWorkspace(workspace fmt.Stringer) string
- func StartRunWorkspace(workspace fmt.Stringer) string
- func StateWorkspace(workspace fmt.Stringer) string
- func TailRun(run fmt.Stringer) string
- func Team(team fmt.Stringer) string
- func Teams(organization fmt.Stringer) string
- func Tokens() string
- func UnlockWorkspace(workspace fmt.Stringer) string
- func UnsetPermissionWorkspace(workspace fmt.Stringer) string
- func UpdateAgentPool(agentPool fmt.Stringer) string
- func UpdateAgentToken(agentToken fmt.Stringer) string
- func UpdateGithubApp(githubApp fmt.Stringer) string
- func UpdateModule(module fmt.Stringer) string
- func UpdateOrganization(organization fmt.Stringer) string
- func UpdateRun(run fmt.Stringer) string
- func UpdateRunner(runner fmt.Stringer) string
- func UpdateTeam(team fmt.Stringer) string
- func UpdateUser(user fmt.Stringer) string
- func UpdateVCSProvider(vcsProvider fmt.Stringer) string
- func UpdateVariable(variable fmt.Stringer) string
- func UpdateVariableSet(variableSet fmt.Stringer) string
- func UpdateVariableSetVariable(variableSetVariable fmt.Stringer) string
- func UpdateWorkspace(workspace fmt.Stringer) string
- func User(user fmt.Stringer) string
- func Users(organization fmt.Stringer) string
- func VCSProvider(vcsProvider fmt.Stringer) string
- func VCSProviders(organization fmt.Stringer) string
- func Variable(variable fmt.Stringer) string
- func VariableSet(variableSet fmt.Stringer) string
- func VariableSetVariable(variableSetVariable fmt.Stringer) string
- func VariableSetVariables(variableSet fmt.Stringer) string
- func VariableSets(organization fmt.Stringer) string
- func Variables(workspace fmt.Stringer) string
- func WatchLatestRun(workspace fmt.Stringer) string
- func WatchRun(run fmt.Stringer) string
- func WatchRunners(organization fmt.Stringer) string
- func Workspace(workspace fmt.Stringer) string
- func Workspaces(organization fmt.Stringer) string
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 AdminLogin ¶
func AdminLogin() string
func AgentPools ¶ added in v0.2.0
func AgentToken ¶
func AgentTokens ¶
func CompleteGithubApp ¶ added in v0.1.14
func CompleteGithubApp() string
func ConnectModule ¶ added in v0.3.17
func ConnectWorkspace ¶
func CreateAgentPool ¶ added in v0.2.0
func CreateAgentToken ¶
func CreateGithubApp ¶ added in v0.1.14
func CreateGithubApp() string
func CreateModule ¶
func CreateOrganization ¶
func CreateOrganization() string
func CreateOrganizationToken ¶ added in v0.1.0
func CreateRunner ¶ added in v0.3.6
func CreateTagWorkspace ¶
func CreateTeam ¶
func CreateToken ¶
func CreateToken() string
func CreateUser ¶
func CreateVCSProvider ¶
func CreateVariable ¶
func CreateVariableSet ¶ added in v0.1.9
func CreateVariableSetVariable ¶ added in v0.1.9
func CreateWorkspace ¶
func DeleteAgentPool ¶ added in v0.2.0
func DeleteAgentToken ¶
func DeleteGithubApp ¶ added in v0.1.14
func DeleteInstallGithubApp ¶ added in v0.1.14
func DeleteModule ¶
func DeleteOrganization ¶
func DeleteOrganizationToken ¶ added in v0.1.0
func DeleteRunner ¶ added in v0.3.6
func DeleteTagWorkspace ¶
func DeleteTeam ¶
func DeleteToken ¶
func DeleteToken() string
func DeleteUser ¶
func DeleteVCSProvider ¶
func DeleteVariable ¶
func DeleteVariableSet ¶ added in v0.1.9
func DeleteVariableSetVariable ¶ added in v0.1.9
func DeleteWorkspace ¶
func DiscardRun ¶
func DisconnectWorkspace ¶
func EditAgentPool ¶ added in v0.2.0
func EditAgentToken ¶
func EditGithubApp ¶ added in v0.1.14
func EditModule ¶
func EditOrganization ¶
func EditRunner ¶ added in v0.3.6
func EditVCSProvider ¶
func EditVariable ¶
func EditVariableSet ¶ added in v0.1.9
func EditVariableSetVariable ¶ added in v0.1.9
func EditWorkspace ¶
func ExchangeCodeGithubApp ¶ added in v0.1.14
func ExchangeCodeGithubApp() string
func ForceCancelRun ¶ added in v0.2.0
func ForceUnlockWorkspace ¶
func GithubApps ¶ added in v0.1.14
func GithubApps() string
func LockWorkspace ¶
func NewAgentPool ¶ added in v0.2.0
func NewAgentToken ¶
func NewGithubApp ¶ added in v0.1.14
func NewGithubApp() string
func NewGithubAppVCSProvider ¶ added in v0.1.14
func NewOrganization ¶
func NewOrganization() string
func NewVCSProvider ¶
func NewVariable ¶
func NewVariableSet ¶ added in v0.1.9
func NewVariableSetVariable ¶ added in v0.1.9
func NewWorkspace ¶
func Organization ¶
func OrganizationRuns ¶ added in v0.3.15
func OrganizationToken ¶ added in v0.1.0
func Organizations ¶
func Organizations() string
func PoolsWorkspace ¶ added in v0.2.0
func RemoveMemberTeam ¶
func SelectGhappOwner ¶ added in v0.1.14
func SelectGhappOwner() string
func SetPermissionWorkspace ¶
func StartRunWorkspace ¶
func StateWorkspace ¶ added in v0.1.3
func UnlockWorkspace ¶
func UpdateAgentPool ¶ added in v0.2.0
func UpdateAgentToken ¶
func UpdateGithubApp ¶ added in v0.1.14
func UpdateModule ¶
func UpdateOrganization ¶
func UpdateRunner ¶ added in v0.3.6
func UpdateTeam ¶
func UpdateUser ¶
func UpdateVCSProvider ¶
func UpdateVariable ¶
func UpdateVariableSet ¶ added in v0.1.9
func UpdateVariableSetVariable ¶ added in v0.1.9
func UpdateWorkspace ¶
func VCSProvider ¶
func VCSProviders ¶
func VariableSet ¶ added in v0.1.9
func VariableSetVariable ¶ added in v0.1.9
func VariableSetVariables ¶ added in v0.1.9
func VariableSets ¶ added in v0.1.9
func WatchLatestRun ¶ added in v0.3.18
func WatchRunners ¶ added in v0.3.15
func Workspaces ¶
Types ¶
This section is empty.
Source Files
¶
- admin_login_paths.go
- admin_paths.go
- agent_pool_paths.go
- agent_token_paths.go
- create_token_paths.go
- delete_token_paths.go
- funcmap.go
- github_app_paths.go
- login_paths.go
- logout_paths.go
- module_paths.go
- new_token_paths.go
- organization_paths.go
- organization_run_paths.go
- organization_token_paths.go
- paths.go
- profile_paths.go
- run_paths.go
- runner_paths.go
- select_ghapp_owner_paths.go
- team_paths.go
- tokens_paths.go
- tools.go
- user_paths.go
- variable_paths.go
- variable_set_paths.go
- variable_set_variable_paths.go
- vcs_provider_paths.go
- workspace_paths.go
Click to show internal directories.
Click to hide internal directories.