.
This commit is contained in:
@@ -34,9 +34,9 @@ type User struct {
|
||||
type RepositoryAction struct {
|
||||
Action string
|
||||
|
||||
Sender User
|
||||
Organization Organization
|
||||
Repository Repository
|
||||
Sender *User
|
||||
Organization *Organization
|
||||
Repository *Repository
|
||||
|
||||
PrjGit string
|
||||
}
|
||||
|
Reference in New Issue
Block a user