📝 update api docs

This commit is contained in:
yanyongyu
2020-12-07 00:52:26 +08:00
parent a420af75fc
commit e0d44f3fa7
12 changed files with 58 additions and 204 deletions

View File

@ -10,7 +10,7 @@ sidebarDepth: 0
各驱动请继承以下基类
## _class_ `BaseDriver`
## _class_ `Driver`
基类:`abc.ABC`
@ -189,7 +189,7 @@ Driver 基类。将后端框架封装,以满足适配器使用。
用于处理 WebSocket 类型请求的函数
## _class_ `BaseWebSocket`
## _class_ `WebSocket`
基类:`object`