Documentation ¶
Index ¶
- func DeleteBuild(c *gin.Context)
- func DeleteNode(c *gin.Context)
- func DeleteRepo(c *gin.Context)
- func DeleteUser(c *gin.Context)
- func GetBadge(c *gin.Context)
- func GetBuild(c *gin.Context)
- func GetBuildLogs(c *gin.Context)
- func GetBuilds(c *gin.Context)
- func GetCC(c *gin.Context)
- func GetCommit(c *gin.Context)
- func GetFeed(c *gin.Context)
- func GetLogin(c *gin.Context)
- func GetLoginToken(c *gin.Context)
- func GetLogout(c *gin.Context)
- func GetNode(c *gin.Context)
- func GetNodes(c *gin.Context)
- func GetPullRequest(c *gin.Context)
- func GetRemoteRepos(c *gin.Context)
- func GetRepo(c *gin.Context)
- func GetRepoEvents(c *gin.Context)
- func GetRepoKey(c *gin.Context)
- func GetRepos(c *gin.Context)
- func GetSelf(c *gin.Context)
- func GetStream(c *gin.Context)
- func GetUser(c *gin.Context)
- func GetUsers(c *gin.Context)
- func PatchRepo(c *gin.Context)
- func PatchUser(c *gin.Context)
- func PostBuild(c *gin.Context)
- func PostHook(c *gin.Context)
- func PostNode(c *gin.Context)
- func PostReactivate(c *gin.Context)
- func PostRepo(c *gin.Context)
- func PostSecure(c *gin.Context)
- func PostToken(c *gin.Context)
- func PostUser(c *gin.Context)
- func RedirectPullRequest(c *gin.Context)
- func RedirectSha(c *gin.Context)
- func ShowBuild(c *gin.Context)
- func ShowIndex(c *gin.Context)
- func ShowLogin(c *gin.Context)
- func ShowLoginForm(c *gin.Context)
- func ShowNodes(c *gin.Context)
- func ShowRepo(c *gin.Context)
- func ShowRepoBadges(c *gin.Context)
- func ShowRepoConf(c *gin.Context)
- func ShowRepoEncrypt(c *gin.Context)
- func ShowUser(c *gin.Context)
- func ShowUsers(c *gin.Context)
- type StreamWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteBuild ¶
func DeleteNode ¶
func DeleteRepo ¶
func DeleteUser ¶
func GetBuildLogs ¶
func GetLoginToken ¶
func GetPullRequest ¶
func GetRemoteRepos ¶
func GetRepoEvents ¶
GetRepoEvents will upgrade the connection to a Websocket and will stream event updates to the browser.
func GetRepoKey ¶
func PostReactivate ¶
func PostSecure ¶
func RedirectPullRequest ¶
func RedirectSha ¶
func ShowLoginForm ¶
func ShowRepoBadges ¶
func ShowRepoConf ¶
func ShowRepoEncrypt ¶
Types ¶
type StreamWriter ¶
type StreamWriter struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.