FINALLY
This commit is contained in:
@ -19,8 +19,8 @@ type PermWithTime struct {
|
||||
}
|
||||
|
||||
type AssignmentWithTime struct {
|
||||
Assignment Assignment
|
||||
Time float64
|
||||
Assignment Assignment `json:"assignment"`
|
||||
Time float64 `json:"time"`
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
|
||||
Reference in New Issue
Block a user