This commit is contained in:
Gowtham Munukutla 2021-07-10 23:04:46 +05:30
parent 52550f0bee
commit a1f26057de

View file

@ -17,9 +17,9 @@ type repoCreateInput struct {
HomepageURL string `json:"homepageUrl,omitempty"`
Description string `json:"description,omitempty"`
OwnerID string `json:"ownerId,omitempty"`
TeamID string `json:"teamId,omitempty"`
Private bool `json:"private,omitempty"`
OwnerID string `json:"ownerId,omitempty"`
TeamID string `json:"teamId,omitempty"`
Private bool `json:"private,omitempty"`
HasIssuesEnabled bool `json:"hasIssuesEnabled"`
HasWikiEnabled bool `json:"hasWikiEnabled"`
GitIgnoreTemplate string `json:"gitignore_template,omitempty"`