mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Add gerrit widget
This commit is contained in:
14
vendor/github.com/yfronto/newrelic/.travis.yml
generated
vendored
14
vendor/github.com/yfronto/newrelic/.travis.yml
generated
vendored
@@ -1,12 +1,18 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.6
|
||||
- 1.7
|
||||
- tip
|
||||
ggo:
|
||||
- "1.7"
|
||||
- "1.8"
|
||||
- "1.9"
|
||||
- "1.10.x"
|
||||
- "tip"
|
||||
|
||||
env:
|
||||
- "PATH=/home/travis/gopath/bin:$PATH"
|
||||
|
||||
install:
|
||||
- go get -v -t .
|
||||
|
||||
script:
|
||||
- go get -u github.com/golang/lint/golint
|
||||
- golint ./...
|
||||
|
||||
2
vendor/github.com/yfronto/newrelic/alert_events.go
generated
vendored
2
vendor/github.com/yfronto/newrelic/alert_events.go
generated
vendored
@@ -10,7 +10,7 @@ type AlertEvent struct {
|
||||
EntityID int `json:"entity_id,omitempty"`
|
||||
Priority string `json:"priority,omitempty"`
|
||||
Description string `json:"description,omitempty"`
|
||||
Timestamp int `json:"timestamp,omitempty"`
|
||||
Timestamp int64 `json:"timestamp,omitempty"`
|
||||
IncidentID int `json:"incident_id"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user