improve overall exercices interfaces

This commit is contained in:
nemunaire 2018-01-08 00:17:46 +01:00
parent 11d0fe8d1f
commit beba0a615f
6 changed files with 69 additions and 76 deletions

View file

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