Create a repo.
func (
r *RepoService) New(ctx context.Context,
body RepoNewParams,
opts ...option.RequestOption) (res *CreateRepoResponse,
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
body* | RepoNewParams | |
opts* | ...option.RequestOption |