From 8af094967fb0c09db817999bf8ff209251b183b8 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 1 Sep 2015 09:29:52 -0400 Subject: #1377 add rename repo action --- modules/base/template.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/base') 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 -- cgit v1.2.3