From 3553b2ed00ee0825ca4863ac3110ea8b83cc2773 Mon Sep 17 00:00:00 2001 From: Harry <34418180+HarryFQ@users.noreply.github.com> Date: Thu, 18 Mar 2021 10:11:19 +0800 Subject: [PATCH] Update storage-extention.md (#6564) --- docs/en/guides/storage-extention.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/guides/storage-extention.md b/docs/en/guides/storage-extention.md index 371b908101..c1f60663ce 100644 --- a/docs/en/guides/storage-extention.md +++ b/docs/en/guides/storage-extention.md @@ -35,6 +35,10 @@ Here is the list of all DAO interfaces in storage 1. ITopNRecordsQueryDAO 1. IBrowserLogQueryDAO +1. IProfileTaskQueryDAO +1. IProfileTaskLogQueryDAO +1. IProfileThreadSnapshotQueryDAO +1. UITemplateManagementDAO ## Register all service implementations In `public void prepare()`, use `this#registerServiceImplementation` method to do register binding your implementation with the above interfaces. -- GitLab