This commit is contained in:
2024-08-24 21:39:50 +02:00
parent 6cb2860319
commit 6106b96a49
3 changed files with 79 additions and 92 deletions

View File

@@ -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
}