Documentation
¶
Overview ¶
Package paths provides rails-style path helpers for use with the web app.
Index ¶
- Constants
- func AddMemberTeam(team any) string
- func Admin() string
- func AdminLogin() string
- func AgentPool(agentPool any) string
- func AgentPools(organization any) string
- func AgentToken(agentToken any) string
- func AgentTokens(agentPool any) string
- func ApplyRun(run any) string
- func CancelRun(run any) string
- func CompleteGithubApp() string
- func ConnectModule(module any) string
- func ConnectWorkspace(workspace any) string
- func CreateAgentPool(organization any) string
- func CreateAgentToken(agentPool any) string
- func CreateGithubApp() string
- func CreateModule(organization any) string
- func CreateOrganization() string
- func CreateOrganizationToken(organization any) string
- func CreateRun(workspace any) string
- func CreateRunner(organization any) string
- func CreateTagWorkspace(workspace any) string
- func CreateTeam(organization any) string
- func CreateToken() string
- func CreateUser(organization any) string
- func CreateVCSProvider(organization any) string
- func CreateVariable(workspace any) string
- func CreateVariableSet(organization any) string
- func CreateVariableSetVariable(variableSet any) string
- func CreateWorkspace(organization any) string
- func DeleteAgentPool(agentPool any) string
- func DeleteAgentToken(agentToken any) string
- func DeleteGithubApp(githubApp any) string
- func DeleteInstallGithubApp(githubApp any) string
- func DeleteModule(module any) string
- func DeleteOrganization(organization any) string
- func DeleteOrganizationToken(organization any) string
- func DeleteRun(run any) string
- func DeleteRunner(runner any) string
- func DeleteTagWorkspace(workspace any) string
- func DeleteTeam(team any) string
- func DeleteToken() string
- func DeleteUser(user any) string
- func DeleteVCSProvider(vcsProvider any) string
- func DeleteVariable(variable any) string
- func DeleteVariableSet(variableSet any) string
- func DeleteVariableSetVariable(variableSetVariable any) string
- func DeleteWorkspace(workspace any) string
- func DiscardRun(run any) string
- func DisconnectWorkspace(workspace any) string
- func EditAgentPool(agentPool any) string
- func EditAgentToken(agentToken any) string
- func EditGithubApp(githubApp any) string
- func EditModule(module any) string
- func EditOrganization(organization any) string
- func EditRun(run any) string
- func EditRunner(runner any) string
- func EditTeam(team any) string
- func EditUser(user any) string
- func EditVCSProvider(vcsProvider any) string
- func EditVariable(variable any) string
- func EditVariableSet(variableSet any) string
- func EditVariableSetVariable(variableSetVariable any) string
- func EditWorkspace(workspace any) string
- func ExchangeCodeGithubApp() string
- func ForceCancelRun(run any) string
- func ForceUnlockWorkspace(workspace any) string
- func GithubApp(githubApp any) string
- func GithubApps() string
- func LockWorkspace(workspace any) string
- func Login() string
- func Logout() string
- func Module(module any) string
- func Modules(organization any) string
- func NewAgentPool(organization any) string
- func NewAgentToken(agentPool any) string
- func NewGithubApp() string
- func NewGithubAppVCSProvider(organization any) string
- func NewModule(organization any) string
- func NewOrganization() string
- func NewRun(workspace any) string
- func NewRunner(organization any) string
- func NewTeam(organization any) string
- func NewToken() string
- func NewUser(organization any) string
- func NewVCSProvider(organization any) string
- func NewVariable(workspace any) string
- func NewVariableSet(organization any) string
- func NewVariableSetVariable(variableSet any) string
- func NewWorkspace(organization any) string
- func Organization(organization any) string
- func OrganizationRuns(organization any) string
- func OrganizationToken(organization any) string
- func Organizations() string
- func PoolsWorkspace(workspace any) string
- func Profile() string
- func RemoveMemberTeam(team any) string
- func RetryRun(run any) string
- func Run(run any) string
- func Runner(runner any) string
- func Runners(organization any) string
- func Runs(workspace any) string
- func SelectGhappOwner() string
- func SetPermissionWorkspace(workspace any) string
- func SetupConnectionProviderWorkspace(workspace any) string
- func SetupConnectionRepoWorkspace(workspace any) string
- func StartRunWorkspace(workspace any) string
- func StateWorkspace(workspace any) string
- func TailRun(run any) string
- func Team(team any) string
- func Teams(organization any) string
- func Tokens() string
- func UnlockWorkspace(workspace any) string
- func UnsetPermissionWorkspace(workspace any) string
- func UpdateAgentPool(agentPool any) string
- func UpdateAgentToken(agentToken any) string
- func UpdateGithubApp(githubApp any) string
- func UpdateModule(module any) string
- func UpdateOrganization(organization any) string
- func UpdateRun(run any) string
- func UpdateRunner(runner any) string
- func UpdateTeam(team any) string
- func UpdateUser(user any) string
- func UpdateVCSProvider(vcsProvider any) string
- func UpdateVariable(variable any) string
- func UpdateVariableSet(variableSet any) string
- func UpdateVariableSetVariable(variableSetVariable any) string
- func UpdateWorkspace(workspace any) string
- func User(user any) string
- func Users(organization any) string
- func VCSProvider(vcsProvider any) string
- func VCSProviders(organization any) string
- func Variable(variable any) string
- func VariableSet(variableSet any) string
- func VariableSetVariable(variableSetVariable any) string
- func VariableSetVariables(variableSet any) string
- func VariableSets(organization any) string
- func Variables(workspace any) string
- func WatchLatestRun(workspace any) string
- func WatchRun(run any) string
- func WatchRunners(organization any) string
- func Workspace(workspace any) string
- func Workspaces(organization any) 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 ¶
func AgentToken ¶
func AgentTokens ¶
func CompleteGithubApp ¶
func CompleteGithubApp() string
func ConnectModule ¶
func ConnectWorkspace ¶
func CreateAgentPool ¶
func CreateAgentToken ¶
func CreateGithubApp ¶
func CreateGithubApp() string
func CreateModule ¶
func CreateOrganization ¶
func CreateOrganization() string
func CreateOrganizationToken ¶
func CreateRunner ¶
func CreateTagWorkspace ¶
func CreateTeam ¶
func CreateToken ¶
func CreateToken() string
func CreateUser ¶
func CreateVCSProvider ¶
func CreateVariable ¶
func CreateVariableSet ¶
func CreateWorkspace ¶
func DeleteAgentPool ¶
func DeleteAgentToken ¶
func DeleteGithubApp ¶
func DeleteInstallGithubApp ¶
func DeleteModule ¶
func DeleteOrganization ¶
func DeleteOrganizationToken ¶
func DeleteRunner ¶
func DeleteTagWorkspace ¶
func DeleteTeam ¶
func DeleteToken ¶
func DeleteToken() string
func DeleteUser ¶
func DeleteVCSProvider ¶
func DeleteVariable ¶
func DeleteVariableSet ¶
func DeleteWorkspace ¶
func DiscardRun ¶
func DisconnectWorkspace ¶
func EditAgentPool ¶
func EditAgentToken ¶
func EditGithubApp ¶
func EditModule ¶
func EditOrganization ¶
func EditRunner ¶
func EditVCSProvider ¶
func EditVariable ¶
func EditVariableSet ¶
func EditVariableSetVariable ¶
func EditWorkspace ¶
func ExchangeCodeGithubApp ¶
func ExchangeCodeGithubApp() string
func ForceCancelRun ¶
func ForceUnlockWorkspace ¶
func GithubApps ¶
func GithubApps() string
func LockWorkspace ¶
func NewAgentPool ¶
func NewAgentToken ¶
func NewGithubApp ¶
func NewGithubApp() string
func NewGithubAppVCSProvider ¶
func NewOrganization ¶
func NewOrganization() string
func NewVCSProvider ¶
func NewVariable ¶
func NewVariableSet ¶
func NewVariableSetVariable ¶
func NewWorkspace ¶
func Organization ¶
func OrganizationRuns ¶
func OrganizationToken ¶
func Organizations ¶
func Organizations() string
func PoolsWorkspace ¶
func RemoveMemberTeam ¶
func SelectGhappOwner ¶
func SelectGhappOwner() string
func SetPermissionWorkspace ¶
func StartRunWorkspace ¶
func StateWorkspace ¶
func UnlockWorkspace ¶
func UpdateAgentPool ¶
func UpdateAgentToken ¶
func UpdateGithubApp ¶
func UpdateModule ¶
func UpdateOrganization ¶
func UpdateRunner ¶
func UpdateTeam ¶
func UpdateUser ¶
func UpdateVCSProvider ¶
func UpdateVariable ¶
func UpdateVariableSet ¶
func UpdateWorkspace ¶
func VCSProvider ¶
func VCSProviders ¶
func VariableSet ¶
func VariableSetVariable ¶
func VariableSetVariables ¶
func VariableSets ¶
func WatchLatestRun ¶
func WatchRunners ¶
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
- 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.