diff --git a/docs/en/guides/storage-extention.md b/docs/en/guides/storage-extention.md index 371b90810..c1f60663c 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.