Documentation
¶
Index ¶
- Constants
- func Admin() string
- func AdminLogin() string
- func CompleteGithubApp() string
- func Create(kind resource.Kind, parentID resource.ID) string
- func CreateGithubApp() string
- func CreateOrganizationToken(org resource.ID) string
- func CreateToken() string
- func CreateVariableSetVariable(vs resource.ID) string
- func Delete(id resource.ID) string
- func DeleteGithubApp(githubApp any) string
- func DeleteInstallGithubApp(githubApp any) string
- func DeleteOrganizationToken(org resource.ID) string
- func DeleteToken() string
- func DeleteVariableSetVariable(id resource.ID) string
- func Edit(id resource.ID) string
- func EditGithubApp(githubApp any) string
- func EditVariableSetVariable(id resource.ID) string
- func ExchangeCodeGithubApp() string
- func Get(id resource.ID) string
- func GithubApp(githubApp any) string
- func GithubApps() string
- func List(kind resource.Kind, parentID resource.ID) string
- func Login() string
- func Logout() string
- func New(kind resource.Kind, parentID resource.ID) string
- func NewGithubApp() string
- func NewToken() string
- func NewVariableSetVariable(vs resource.ID) string
- func OrganizationToken(org resource.ID) string
- func Profile() string
- func Resource(action resource.Action, id resource.ID) string
- func Resources(action resource.Action, kind resource.Kind, parentID resource.ID) string
- func SelectGhappOwner() string
- func Tokens() string
- func Update(id resource.ID) string
- func UpdateGithubApp(githubApp any) string
- func UpdateVariableSetVariable(id resource.ID) string
- func VariableSetVariable(id resource.ID) string
- func VariableSetVariables(vs resource.ID) string
Constants ¶
View Source
const Prefix = "/app"
Prefix is the site-wide prefix added to all web UI paths requiring authentication.
Variables ¶
This section is empty.
Functions ¶
func AdminLogin ¶
func AdminLogin() string
func CompleteGithubApp ¶
func CompleteGithubApp() string
func Create ¶
Create returns the path for creating a resource of the given kind, with the given parent ID.
func CreateGithubApp ¶
func CreateGithubApp() string
func CreateOrganizationToken ¶
func CreateToken ¶
func CreateToken() string
func DeleteGithubApp ¶
func DeleteInstallGithubApp ¶
func DeleteOrganizationToken ¶
func DeleteToken ¶
func DeleteToken() string
func EditGithubApp ¶
func EditVariableSetVariable ¶
func ExchangeCodeGithubApp ¶
func ExchangeCodeGithubApp() string
func GithubApps ¶
func GithubApps() string
func New ¶
New returns the path for constructing a resource of the given kind, with the given parent ID.
func NewGithubApp ¶
func NewGithubApp() string
func NewVariableSetVariable ¶
func OrganizationToken ¶
func Resource ¶
Resource returns a routable unique path for a single resource with the given action and ID.
func Resources ¶
Resources returns a routable unique path for a collection of resources of the given kind with the given action and parent ID. If the kind doesn't have a parent then set parentID to nil.
func SelectGhappOwner ¶
func SelectGhappOwner() string
func UpdateGithubApp ¶
func VariableSetVariable ¶
func VariableSetVariables ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.