Documentation ¶
Overview ¶
Package classification Drone API.
Schemes: http, https BasePath: /api Version: 1.0.0 Consumes: - application/json Produces: - application/json
swagger:meta
Index ¶
- func DeleteBuild(c *gin.Context)
- func DeleteNode(c *gin.Context)
- func DeleteRepo(c *gin.Context)
- func DeleteSecret(c *gin.Context)
- func DeleteToken(c *gin.Context)
- func DeleteUser(c *gin.Context)
- func GetBuild(c *gin.Context)
- func GetBuildLast(c *gin.Context)
- func GetBuildLogs(c *gin.Context)
- func GetBuilds(c *gin.Context)
- func GetFeed(c *gin.Context)
- func GetNode(c *gin.Context)
- func GetNodes(c *gin.Context)
- func GetRemoteRepos(c *gin.Context)
- func GetRepo(c *gin.Context)
- func GetRepoKey(c *gin.Context)
- func GetRepos(c *gin.Context)
- func GetSelf(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 PostNode(c *gin.Context)
- func PostReactivate(c *gin.Context)
- func PostRepo(c *gin.Context)
- func PostRepoKey(c *gin.Context)
- func PostSecret(c *gin.Context)
- func PostSecure(c *gin.Context)
- func PostToken(c *gin.Context)
- func PostUser(c *gin.Context)
- func Pull(c *gin.Context)
- func Sign(c *gin.Context)
- func Stream(c *gin.Context)
- func Update(c *gin.Context)
- func Wait(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteBuild ¶
func DeleteNode ¶
func DeleteRepo ¶
func DeleteSecret ¶
func DeleteToken ¶
func DeleteUser ¶
swagger:route DELETE /users/{login} user deleteUserLogin
Delete the user with the matching login.
Responses: 200: user
func GetBuildLast ¶
func GetBuildLogs ¶
func GetFeed ¶
swagger:route GET /user/feed user getUserFeed
Get the currently authenticated user's build feed.
Responses: 200: feed
func GetRemoteRepos ¶
func GetRepoKey ¶
func GetRepos ¶
swagger:route GET /user/repos user getUserRepos
Get the currently authenticated user's active repository list.
Responses: 200: repos
func GetSelf ¶
swagger:route GET /user user getUser
Get the currently authenticated user.
Responses: 200: user
func GetUser ¶
swagger:route GET /users/{login} user getUserLogin
Get the user with the matching login.
Responses: 200: user
func GetUsers ¶
swagger:route GET /users user getUserList
Get the list of all registered users.
Responses: 200: user
func PostReactivate ¶
func PostRepoKey ¶
func PostSecret ¶
func PostSecure ¶
func Stream ¶
Stream streams the logs to disk or memory for broadcasing to listeners. Once the stream is closed it is moved to permanent storage in the database.
Types ¶
This section is empty.