本站源代码
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

11 行
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