improve overall exercices interfaces
This commit is contained in:
parent
11d0fe8d1f
commit
beba0a615f
6 changed files with 69 additions and 76 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
type Key struct {
|
||||
Id int64 `json:"id"`
|
||||
IdExercice int64 `json:"idExercice"`
|
||||
Label string `json:"type"`
|
||||
Label string `json:"label"`
|
||||
Checksum []byte `json:"value"`
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue