#1377 add rename repo action

This commit is contained in:
Unknwon 2015-09-01 09:29:52 -04:00
parent f1adbca0f1
commit 8af094967f
17 changed files with 522 additions and 150 deletions

View file

@ -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