mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-20 00:40:26 +00:00
#1377 add rename repo action
This commit is contained in:
parent
f1adbca0f1
commit
8af094967f
17 changed files with 522 additions and 150 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue