diff options
Diffstat (limited to 'modules/base/template.go')
-rw-r--r-- | modules/base/template.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/base/template.go b/modules/base/template.go index fb32734e..7875010d 100644 --- a/modules/base/template.go +++ b/modules/base/template.go @@ -192,8 +192,12 @@ type Actioner interface { GetActEmail() string GetRepoUserName() string GetRepoName() string + GetRepoPath() string + GetRepoLink() string GetBranch() string GetContent() string + GetCreate() time.Time + GetIssueInfos() []string } // ActionIcon accepts a int that represents action operation type |