Skip to content

Commit ce813c5

Browse files
committed
chore: run gofmt
1 parent 533c3e7 commit ce813c5

2 files changed

Lines changed: 13 additions & 14 deletions

File tree

backend/plugins/rootly/api/remote_api.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,3 @@ func RemoteScopes(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, er
187187
func SearchRemoteScopes(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) {
188188
return raScopeSearch.Get(input)
189189
}
190-

backend/plugins/rootly/models/incident.go

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ import (
2525

2626
type Incident struct {
2727
common.NoPKModel
28-
ConnectionId uint64 `gorm:"primaryKey"`
29-
Id string `gorm:"primaryKey;autoIncrement:false"`
30-
Number int
31-
ServiceId string `gorm:"index"`
32-
Url string
33-
Title string
34-
Summary string
35-
Status string
36-
Severity string
37-
StartedDate time.Time
38-
AcknowledgedDate *time.Time
39-
MitigatedDate *time.Time
40-
ResolvedDate *time.Time
28+
ConnectionId uint64 `gorm:"primaryKey"`
29+
Id string `gorm:"primaryKey;autoIncrement:false"`
30+
Number int
31+
ServiceId string `gorm:"index"`
32+
Url string
33+
Title string
34+
Summary string
35+
Status string
36+
Severity string
37+
StartedDate time.Time
38+
AcknowledgedDate *time.Time
39+
MitigatedDate *time.Time
40+
ResolvedDate *time.Time
4141
UpdatedDate time.Time
4242
CreatorUserId string
4343
StartedByUserId string

0 commit comments

Comments
 (0)