fork of indigo with slightly nicer lexgen

update breaking api changes

jcalabro 760878d8 ed952d13

Changed files
+12 -2
api
automod
consumer
engine
cmd
-1
api/ozone/moderationdefs.go
··· 370 CreatedBy string `json:"createdBy" cborgen:"createdBy"` 371 Event *ModerationDefs_ModEventViewDetail_Event `json:"event" cborgen:"event"` 372 Id int64 `json:"id" cborgen:"id"` 373 - ModTool *ModerationDefs_ModTool `json:"modTool,omitempty" cborgen:"modTool,omitempty"` 374 Subject *ModerationDefs_ModEventViewDetail_Subject `json:"subject" cborgen:"subject"` 375 SubjectBlobs []*ModerationDefs_BlobView `json:"subjectBlobs" cborgen:"subjectBlobs"` 376 }
··· 370 CreatedBy string `json:"createdBy" cborgen:"createdBy"` 371 Event *ModerationDefs_ModEventViewDetail_Event `json:"event" cborgen:"event"` 372 Id int64 `json:"id" cborgen:"id"` 373 Subject *ModerationDefs_ModEventViewDetail_Subject `json:"subject" cborgen:"subject"` 374 SubjectBlobs []*ModerationDefs_BlobView `json:"subjectBlobs" cborgen:"subjectBlobs"` 375 }
-1
api/ozone/moderationemitEvent.go
··· 17 type ModerationEmitEvent_Input struct { 18 CreatedBy string `json:"createdBy" cborgen:"createdBy"` 19 Event *ModerationEmitEvent_Input_Event `json:"event" cborgen:"event"` 20 - ModTool *ModerationDefs_ModTool `json:"modTool,omitempty" cborgen:"modTool,omitempty"` 21 Subject *ModerationEmitEvent_Input_Subject `json:"subject" cborgen:"subject"` 22 SubjectBlobCids []string `json:"subjectBlobCids,omitempty" cborgen:"subjectBlobCids,omitempty"` 23 }
··· 17 type ModerationEmitEvent_Input struct { 18 CreatedBy string `json:"createdBy" cborgen:"createdBy"` 19 Event *ModerationEmitEvent_Input_Event `json:"event" cborgen:"event"` 20 Subject *ModerationEmitEvent_Input_Subject `json:"subject" cborgen:"subject"` 21 SubjectBlobCids []string `json:"subjectBlobCids,omitempty" cborgen:"subjectBlobCids,omitempty"` 22 }
+2
automod/consumer/ozone.go
··· 60 oc.OzoneClient, 61 nil, // addedLabels []string 62 nil, // addedTags []string 63 nil, // collections []string 64 "", // comment string 65 since.String(), // createdAfter string ··· 69 false, // hasComment bool 70 true, // includeAllUserRecords bool 71 limit, // limit int64 72 nil, // policies []string 73 nil, // removedLabels []string 74 nil, // removedTags []string
··· 60 oc.OzoneClient, 61 nil, // addedLabels []string 62 nil, // addedTags []string 63 + "", // ageAssuranceState 64 nil, // collections []string 65 "", // comment string 66 since.String(), // createdAfter string ··· 70 false, // hasComment bool 71 true, // includeAllUserRecords bool 72 limit, // limit int64 73 + nil, // modTool 74 nil, // policies []string 75 nil, // removedLabels []string 76 nil, // removedTags []string
+4
automod/engine/persisthelpers.go
··· 173 xrpcc, 174 nil, // addedLabels []string 175 nil, // addedTags []string 176 nil, // collections []string 177 "", // comment string 178 "", // createdAfter string ··· 182 false, // hasComment bool 183 false, // includeAllUserRecords bool 184 5, // limit int64 185 nil, // policies []string 186 nil, // removedLabels []string 187 nil, // removedTags []string ··· 255 xrpcc, 256 nil, // addedLabels []string 257 nil, // addedTags []string 258 nil, // collections []string 259 "", // comment string 260 "", // createdAfter string ··· 264 false, // hasComment bool 265 false, // includeAllUserRecords bool 266 5, // limit int64 267 nil, // policies []string 268 nil, // removedLabels []string 269 nil, // removedTags []string
··· 173 xrpcc, 174 nil, // addedLabels []string 175 nil, // addedTags []string 176 + "", // ageAssuranceState 177 nil, // collections []string 178 "", // comment string 179 "", // createdAfter string ··· 183 false, // hasComment bool 184 false, // includeAllUserRecords bool 185 5, // limit int64 186 + nil, // modTool 187 nil, // policies []string 188 nil, // removedLabels []string 189 nil, // removedTags []string ··· 257 xrpcc, 258 nil, // addedLabels []string 259 nil, // addedTags []string 260 + "", // ageAssuranceState 261 nil, // collections []string 262 "", // comment string 263 "", // createdAfter string ··· 267 false, // hasComment bool 268 false, // includeAllUserRecords bool 269 5, // limit int64 270 + nil, // modTool 271 nil, // policies []string 272 nil, // removedLabels []string 273 nil, // removedTags []string
+2
cmd/beemo/notify_reports.go
··· 74 xrpcc, 75 nil, // addedLabels []string 76 nil, // addedTags []string 77 nil, // collections []string 78 "", // comment string 79 "", // createdAfter string ··· 83 false, // hasComment bool 84 true, // includeAllUserRecords bool 85 limit, // limit int64 86 nil, // policies []string 87 nil, // removedLabels []string 88 nil, // removedTags []string
··· 74 xrpcc, 75 nil, // addedLabels []string 76 nil, // addedTags []string 77 + "", // ageAssuranceState 78 nil, // collections []string 79 "", // comment string 80 "", // createdAfter string ··· 84 false, // hasComment bool 85 true, // includeAllUserRecords bool 86 limit, // limit int64 87 + nil, // modTool 88 nil, // policies []string 89 nil, // removedLabels []string 90 nil, // removedTags []string
+4
cmd/gosky/admin.go
··· 394 xrpcc, 395 nil, // addedLabels []string 396 nil, // addedTags []string 397 nil, // collections []string 398 "", // comment string 399 "", // createdAfter string ··· 403 false, // hasComment bool 404 false, // includeAllUserRecords bool 405 100, // limit int64 406 nil, // policies []string 407 nil, // removedLabels []string 408 nil, // removedTags []string ··· 709 xrpcc, 710 nil, // addedLabels []string 711 nil, // addedTags []string 712 nil, // collections []string 713 "", // comment string 714 "", // createdAfter string ··· 718 false, // hasComment bool 719 false, // includeAllUserRecords bool 720 100, // limit int64 721 nil, // policies []string 722 nil, // removedLabels []string 723 nil, // removedTags []string
··· 394 xrpcc, 395 nil, // addedLabels []string 396 nil, // addedTags []string 397 + "", // ageAssuranceState 398 nil, // collections []string 399 "", // comment string 400 "", // createdAfter string ··· 404 false, // hasComment bool 405 false, // includeAllUserRecords bool 406 100, // limit int64 407 + nil, // modTool 408 nil, // policies []string 409 nil, // removedLabels []string 410 nil, // removedTags []string ··· 711 xrpcc, 712 nil, // addedLabels []string 713 nil, // addedTags []string 714 + "", // ageAssuranceState 715 nil, // collections []string 716 "", // comment string 717 "", // createdAfter string ··· 721 false, // hasComment bool 722 false, // includeAllUserRecords bool 723 100, // limit int64 724 + nil, // modTool 725 nil, // policies []string 726 nil, // removedLabels []string 727 nil, // removedTags []string