Push feed

This commit is contained in:
Unknown 2014-03-16 11:30:35 -04:00
parent 015174484a
commit 48b2425c1d
2 changed files with 22 additions and 2 deletions

View file

@ -44,6 +44,10 @@ func (a Action) GetRepoName() string {
return a.RepoName
}
func (a Action) GetContent() string {
return a.Content
}
// CommitRepoAction records action for commit repository.
func CommitRepoAction(userId int64, userName string,
repoId int64, repoName string, commits [][]string) error {