1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-03 00:45:22 +02:00

Add postgres support, clean code, code review

This commit is contained in:
Unknown 2014-03-17 14:03:58 -04:00
parent 9d3b003add
commit e51afe4621
19 changed files with 1124 additions and 303 deletions

View file

@ -19,7 +19,7 @@ const (
OP_PULL_REQUEST
)
// An Action represents
// Action represents user operation type and information to the repository.
type Action struct {
Id int64
UserId int64 // Receiver user id.