Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API represents the rest api handlers.
type Build ¶
type Build struct {
// contains filtered or unexported fields
}
Build represents the build api handlers.
type Job ¶
type Job struct {
// contains filtered or unexported fields
}
Job represents the job api handlers.
type Project ¶
type Project struct {
// contains filtered or unexported fields
}
Project represents the project api handlers.
func (Project) Builds ¶
func (api Project) Builds(c *gin.Context)
Builds creates a new gin handler for the GET /project/:id/builds endpoint
Click to show internal directories.
Click to hide internal directories.