Migrate to new swagger docs generation (#18)
This commit is contained in:
parent
d3de658882
commit
373bbd2202
153 changed files with 32114 additions and 1416 deletions
|
|
@ -19,7 +19,8 @@ func (ListUser) TableName() string {
|
|||
return "users_list"
|
||||
}
|
||||
|
||||
type userWithRight struct {
|
||||
// UserWithRight represents a user in combination with the right it can have on a list/namespace
|
||||
type UserWithRight struct {
|
||||
User `xorm:"extends"`
|
||||
Right UserRight `json:"right"`
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue