1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 01:45:22 +02:00

add Owner to Context.Repo

This commit is contained in:
slene 2014-03-16 00:14:26 +08:00
parent 7ca8306775
commit f18c8fc4d9
2 changed files with 3 additions and 0 deletions

View file

@ -34,6 +34,7 @@ type Context struct {
IsValid bool
IsOwner bool
Repository *models.Repository
Owner *models.User
}
}