1 2 3 4 5 6 7 8
package protocol type TargetStats map[string][]SourcedObservation type SourcedObservation struct { Observation Source string `json:"source,omitempty"` }