(ctx context.Context, arg GetChatsParams, prepared rbac.PreparedAuthorized)
| 744 | |
| 745 | type chatQuerier interface { |
| 746 | GetAuthorizedChats(ctx context.Context, arg GetChatsParams, prepared rbac.PreparedAuthorized) ([]GetChatsRow, error) |
| 747 | GetAuthorizedChatsByChatFileID(ctx context.Context, fileID uuid.UUID, prepared rbac.PreparedAuthorized) ([]Chat, error) |
| 748 | } |
| 749 |
no outgoing calls