summaryrefslogtreecommitdiff
path: root/protocol/publish.go
blob: 13e6ee1620486e67fa842982898d3d8e0b5fa791 (plain)
1
2
3
4
5
6
7
8
package protocol

type TargetStats map[string][]SourcedObservation

type SourcedObservation struct {
	Observation
	Source string `json:"source,omitempty"`
}