diff options
author | 无闻 <joe2010xtmf@163.com> | 2014-05-09 05:15:28 -0400 |
---|---|---|
committer | 无闻 <joe2010xtmf@163.com> | 2014-05-09 05:15:28 -0400 |
commit | 43ffacd05b7b5c9d7b4966f4404a7dc53f2229aa (patch) | |
tree | a1807e1feafe9c42bedfde606f61a0447267a90a /models/action.go | |
parent | 09dba7d63edb0b34e62bf264077a66ef365638c9 (diff) | |
parent | 501f70e248660d51e5eb8f2343b1a19db8679c21 (diff) |
Merge pull request #168 from jiangjianxiao/dev
fix news feed repo link
Diffstat (limited to 'models/action.go')
-rw-r--r-- | models/action.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/models/action.go b/models/action.go index 6c18d022..62cff862 100644 --- a/models/action.go +++ b/models/action.go @@ -63,6 +63,10 @@ func (a Action) GetActEmail() string { return a.ActEmail } +func (a Action) GetRepoUserName() string { + return a.RepoUserName +} + func (a Action) GetRepoName() string { return a.RepoName } |