Documentation ¶
Index ¶
Constants ¶
View Source
const ( GitLabProvider = "gitlab" GitHubProvider = "github" GerritProvider = "gerrit" CodeHubProvider = "codehub" )
Variables ¶
This section is empty.
Functions ¶
func GetCodeHostList ¶
Types ¶
type Detail ¶
type Detail struct { ID int `json:"id"` Name string `json:"name"` Address string `json:"address"` Owner string `json:"repoowner"` Source string `json:"source"` OauthToken string `json:"oauth_token"` Region string `json:"region"` Username string `json:"username"` Password string `json:"password"` AccessKey string `json:"applicationId"` SecretKey string `json:"clientSecret"` }
func GetCodehostDetail ¶
func ListCodehostDetial ¶
Click to show internal directories.
Click to hide internal directories.