Allow insecure connection to private Enterprise github

This commit is contained in:
Xuebin He
2017-10-24 16:03:27 -04:00
parent 3cf6e11c5a
commit ce3e69847b
3 changed files with 21 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ type Source struct {
Drafts bool `json:"drafts"`
PreRelease bool `json:"pre_release"`
Release bool `json:"release"`
Insecure bool `json:"insecure"`
}
type CheckRequest struct {