···1818type RepoCreate_Input struct {
1919 // defaultBranch: Default branch to push to
2020 DefaultBranch *string `json:"defaultBranch,omitempty" cborgen:"defaultBranch,omitempty"`
2121+ // name: Name of the repository
2222+ Name string `json:"name" cborgen:"name"`
2123 // rkey: Rkey of the repository record
2224 Rkey string `json:"rkey" cborgen:"rkey"`
2325 // source: A source URL to clone from, populate this when forking or importing a repository.