Merge branch 'master' into develop

This commit is contained in:
Torkel Ödegaard
2017-10-12 16:32:44 +02:00
41 changed files with 691 additions and 191 deletions
+7
View File
@@ -29,3 +29,10 @@ type DeleteAnnotationsCmd struct {
AnnotationId int64 `json:"annotationId"`
RegionId int64 `json:"regionId"`
}
type PostGraphiteAnnotationsCmd struct {
When int64 `json:"when"`
What string `json:"what"`
Data string `json:"data"`
Tags interface{} `json:"tags"`
}