Push feed
This commit is contained in:
parent
015174484a
commit
48b2425c1d
2 changed files with 22 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue