mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-06 12:27:13 +02:00
update activity actions to return paths/links with a repo's group
This commit is contained in:
@@ -63,6 +63,7 @@ type Actioner interface {
|
||||
GetActUserName(ctx context.Context) string
|
||||
GetRepoUserName(ctx context.Context) string
|
||||
GetRepoName(ctx context.Context) string
|
||||
GetRepoGroup(ctx context.Context) string
|
||||
GetRepoPath(ctx context.Context) string
|
||||
GetRepoLink(ctx context.Context) string
|
||||
GetBranch() string
|
||||
|
||||
Reference in New Issue
Block a user