Documentation
¶
Overview ¶
*
- Created by zc on 2020/9/10.
*
- Created by zc on 2020/9/7.
*
- Created by zc on 2020/9/6.
*
- Created by zc on 2020/9/9.
Index ¶
- func BuildInfo() http.HandlerFunc
- func BuildList() http.HandlerFunc
- func BuildLog() http.HandlerFunc
- func BuildLogStream() http.HandlerFunc
- func CheckClone(data string) ([]byte, error)
- func RepoApply() http.HandlerFunc
- func RepoDelete() http.HandlerFunc
- func RepoInfo() http.HandlerFunc
- func RepoInfoBySlug() http.HandlerFunc
- func RepoList() http.HandlerFunc
- func Trigger() http.HandlerFunc
- type RepoParams
- type Req
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildInfo ¶
func BuildInfo() http.HandlerFunc
func BuildList ¶
func BuildList() http.HandlerFunc
func BuildLog ¶
func BuildLog() http.HandlerFunc
func BuildLogStream ¶
func BuildLogStream() http.HandlerFunc
func CheckClone ¶
func RepoApply ¶
func RepoApply() http.HandlerFunc
RepoApply returns an http.HandlerFunc that processes an http.Request to create a repo.
func RepoDelete ¶
func RepoDelete() http.HandlerFunc
RepoDelete returns an http.HandlerFunc that processes an http.Request to delete the repo.
func RepoInfo ¶
func RepoInfo() http.HandlerFunc
RepoInfo returns an http.HandlerFunc that processes an http.Request to get the repo details.
func RepoInfoBySlug ¶
func RepoInfoBySlug() http.HandlerFunc
RepoInfoBySlug returns an http.HandlerFunc that processes an http.Request to get the repo details by namespace and name.
func RepoList ¶
func RepoList() http.HandlerFunc
RepoList returns an http.HandlerFunc that processes an http.Request to get the repo list.
func Trigger ¶
func Trigger() http.HandlerFunc
Types ¶
type RepoParams ¶
Click to show internal directories.
Click to hide internal directories.