mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-01 07:49:53 +02:00
refactor progress
This commit is contained in:
parent
d497806443
commit
8ba1b68a21
55 changed files with 4899 additions and 761 deletions
|
@ -72,8 +72,8 @@ type Admin struct {
|
|||
ID string `json:"id"`
|
||||
}
|
||||
|
||||
type AdminSubject struct {
|
||||
Event string `json:"event"`
|
||||
Subject string `json:"subject"`
|
||||
ID string `json:"id"`
|
||||
type AdminTarget struct {
|
||||
Event string `json:"event"`
|
||||
Target string `json:"target"`
|
||||
ID string `json:"id"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue