diff options
Diffstat (limited to 'internal/cache/size.go')
| -rw-r--r-- | internal/cache/size.go | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/internal/cache/size.go b/internal/cache/size.go index aa22b03d7..cf58cf075 100644 --- a/internal/cache/size.go +++ b/internal/cache/size.go @@ -418,15 +418,16 @@ func sizeofInstance() uintptr { func sizeofInteractionRequest() uintptr { return uintptr(size.Of(>smodel.InteractionRequest{ - ID: exampleID, - CreatedAt: exampleTime, - StatusID: exampleID, - TargetAccountID: exampleID, - InteractingAccountID: exampleID, - InteractionURI: exampleURI, - InteractionType: gtsmodel.InteractionAnnounce, - URI: exampleURI, - AcceptedAt: exampleTime, + ID: exampleID, + TargetStatusID: exampleID, + TargetAccountID: exampleID, + InteractingAccountID: exampleID, + InteractionRequestURI: exampleURI, + InteractionURI: exampleURI, + InteractionType: gtsmodel.InteractionAnnounce, + AcceptedAt: exampleTime, + ResponseURI: exampleURI, + AuthorizationURI: exampleURI, })) } |
