Files
Atay-Makhzan/modules/structs/org_member.go
T

10 lines
251 B
Go
Raw Normal View History

2019-05-11 18:21:34 +08:00
// Copyright 2016 The Gogs Authors. All rights reserved.
// SPDX-License-Identifier: MIT
2019-05-11 18:21:34 +08:00
package structs
// AddOrgMembershipOption add user to organization options
type AddOrgMembershipOption struct {
Role string `json:"role" binding:"Required"`
}