Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
// List list all of the code repositories
List(c echo.Context) error
// Get get code repository by id
Get(c echo.Context) error
// ListOwner list all of the code repository owner
ListOwners(c echo.Context) error
// ListBranches ...
ListBranches(c echo.Context) error
// GetBranch ...
GetBranch(c echo.Context) error
// Resync resync all of the code repositories
Resync(c echo.Context) error
// Providers get providers
Providers(c echo.Context) error
// User3rdParty get user 3rdparty
User3rdParty(c echo.Context) error
}
Handler is the interface for the system handlers
Click to show internal directories.
Click to hide internal directories.