Update a repo.
func (
r *RepoService) Update(ctx context.Context,
owner string,
repo string,
body RepoUpdateParams,
opts ...option.RequestOption) (res *CreateRepoResponse,
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
owner* | string | |
repo* | string | |
body* | RepoUpdateParams | |
opts* | ...option.RequestOption |