Skip to content

Commit

Permalink
Add mark SPAN to gloria protobufs
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldooley committed Feb 15, 2018
1 parent 0a14921 commit 2e33f1a
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 47 deletions.
4 changes: 4 additions & 0 deletions tools/gloria/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ func main() {
DeployedReceiver: make([]*gloria_pb.DeployedReceiver, 0),
InstalledAntenna: make([]*gloria_pb.InstalledAntenna, 0),
InstalledRadome: make([]*gloria_pb.InstalledRadome, 0),
Span: &gloria_pb.Span{
Start: m.Start.Unix(),
End: m.End.Unix(),
},
}

// Higher download priority marks are scheduled for download first.
Expand Down
96 changes: 52 additions & 44 deletions vendor/github.com/GeoNet/kit/gloria_pb/gloria.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"ignore": "test",
"package": [
{
"checksumSHA1": "+i9FIyYfPr/lGT3+eXLwdGZgCFI=",
"checksumSHA1": "Vytd/5oexzv81hNNa6L8VF25ukg=",
"path": "github.com/GeoNet/kit/gloria_pb",
"revision": "abdb83ba090b65a1c1f997a8b78f3ba6b7ae1a64",
"revisionTime": "2017-11-15T23:54:23Z"
"revision": "9406873600ab53ecc48dd603c8852fabe043c45a",
"revisionTime": "2018-02-08T00:38:03Z"
},
{
"checksumSHA1": "CErOLjMr1B0MXil3GU3LalhrbXw=",
Expand Down

0 comments on commit 2e33f1a

Please sign in to comment.