1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

Finish watch backend

This commit is contained in:
Unknown
2014-03-19 23:48:30 -04:00
parent 59ea3c0413
commit ee92fb8635
3 changed files with 8 additions and 0 deletions

View File

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