mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-06 12:28:08 +08:00
modify RepoAssignment
This commit is contained in:
@ -29,6 +29,12 @@ type Context struct {
|
||||
Render render.Render
|
||||
User *models.User
|
||||
IsSigned bool
|
||||
|
||||
Repo struct {
|
||||
IsValid bool
|
||||
IsOwner bool
|
||||
Repository *models.Repository
|
||||
}
|
||||
}
|
||||
|
||||
// Query querys form parameter.
|
||||
|
Reference in New Issue
Block a user