本站源代码
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

11 lines
323B

  1. // Copyright 2016 The Gogs Authors. All rights reserved.
  2. // Use of this source code is governed by a MIT-style
  3. // license that can be found in the LICENSE file.
  4. package structs
  5. // AddOrgMembershipOption add user to organization options
  6. type AddOrgMembershipOption struct {
  7. Role string `json:"role" binding:"Required"`
  8. }
上海开阖软件有限公司 沪ICP备12045867号-1