Address review comments

This commit is contained in:
SamuelToh
2019-02-06 06:41:39 +10:00
parent a7a964ec19
commit 4de9e3598b
3 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -23,11 +23,11 @@ type UpdateAnnotationsCmd struct {
}
type PatchAnnotationsCmd struct {
Id int64 `json:"id"`
Time int64 `json:"time"`
Text string `json:"text"`
Tags []string `json:"tags"`
TimeEnd int64 `json:"timeEnd"`
Id int64 `json:"id"`
Time int64 `json:"time"`
Text string `json:"text"`
Tags []string `json:"tags"`
TimeEnd int64 `json:"timeEnd"`
}
type DeleteAnnotationsCmd struct {