modify RepoAssignment
This commit is contained in:
parent
f047df6e2b
commit
7ca8306775
5 changed files with 96 additions and 69 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue