ongoing
This commit is contained in:
@@ -50,6 +50,10 @@ type FailDto struct {
|
||||
Id uint `json:"id"`
|
||||
Reasons *string `json:"reason"`
|
||||
}
|
||||
type FailReason struct {
|
||||
Date *time.Time `json:"date"`
|
||||
FailReason *string `json:"failReason"`
|
||||
}
|
||||
|
||||
type MetaDto struct {
|
||||
PageNumber int `json:"page_number"`
|
||||
|
||||
Reference in New Issue
Block a user