Skip to content

Commit e2ff34c

Browse files
committed
Add CreatedAt field to silence
1 parent 4c9032a commit e2ff34c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

model/silence.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ type Silence struct {
5454
StartsAt time.Time `json:"startsAt"`
5555
EndsAt time.Time `json:"endsAt"`
5656

57-
CreatedBy string `json:"createdBy"`
58-
Comment string `json:"comment,omitempty"`
57+
CreatedAt time.Time `json:"createdAt,omitempty"`
58+
CreatedBy string `json:"createdBy"`
59+
Comment string `json:"comment,omitempty"`
5960
}

0 commit comments

Comments
 (0)