add some comment
This commit is contained in:
parent
76644c2fcc
commit
ccd43b09b2
4 changed files with 37 additions and 31 deletions
|
@ -22,8 +22,8 @@ const (
|
|||
// Action represents user operation type and information to the repository.
|
||||
type Action struct {
|
||||
Id int64
|
||||
UserId int64 // Receiver user id.
|
||||
OpType int
|
||||
UserId int64 // Receiver user id.
|
||||
OpType int // Operations: CREATE DELETE STAR ...
|
||||
ActUserId int64 // Action user id.
|
||||
ActUserName string // Action user name.
|
||||
RepoId int64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue