this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update queryEvents batchId

+6
+1
automod/consumer/ozone.go
··· 61 61 nil, // addedLabels []string 62 62 nil, // addedTags []string 63 63 "", // ageAssuranceState 64 + "", // batchId string 64 65 nil, // collections []string 65 66 "", // comment string 66 67 since.String(), // createdAfter string
+2
automod/engine/persisthelpers.go
··· 174 174 nil, // addedLabels []string 175 175 nil, // addedTags []string 176 176 "", // ageAssuranceState 177 + "", // batchId string 177 178 nil, // collections []string 178 179 "", // comment string 179 180 "", // createdAfter string ··· 258 259 nil, // addedLabels []string 259 260 nil, // addedTags []string 260 261 "", // ageAssuranceState 262 + "", // batchId string 261 263 nil, // collections []string 262 264 "", // comment string 263 265 "", // createdAfter string
+1
cmd/beemo/notify_reports.go
··· 74 74 nil, // addedLabels []string 75 75 nil, // addedTags []string 76 76 "", // ageAssuranceState 77 + "", // batchId string 77 78 nil, // collections []string 78 79 "", // comment string 79 80 "", // createdAfter string
+2
cmd/gosky/admin.go
··· 396 396 nil, // addedLabels []string 397 397 nil, // addedTags []string 398 398 "", // ageAssuranceState 399 + "", // batchId string 399 400 nil, // collections []string 400 401 "", // comment string 401 402 "", // createdAfter string ··· 713 714 nil, // addedLabels []string 714 715 nil, // addedTags []string 715 716 "", // ageAssuranceState 717 + "", // batchId string 716 718 nil, // collections []string 717 719 "", // comment string 718 720 "", // createdAfter string