mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00:00
Update gitea/sdk vendor
This commit is contained in:
1
vendor/code.gitea.io/sdk/gitea/admin_org.go
generated
vendored
1
vendor/code.gitea.io/sdk/gitea/admin_org.go
generated
vendored
@@ -10,6 +10,7 @@ import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
// AdminCreateOrg create an organization
|
||||
func (c *Client) AdminCreateOrg(user string, opt CreateOrgOption) (*Organization, error) {
|
||||
body, err := json.Marshal(&opt)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user