Skip to content

Commit

Permalink
Update api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 15, 2024
1 parent 1d617f8 commit f778e47
Show file tree
Hide file tree
Showing 16 changed files with 327 additions and 560 deletions.
6 changes: 3 additions & 3 deletions docs/api/bin.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#### 定义

`Read(data any, descriptors ...*PartDescriptor) ([]ResultIf any, error any)`
`Read(data any, descriptors ...*PartDescriptor) ([]ResultIf, error)`

#### 参数
|参数名|参数类型|参数解释|
Expand All @@ -39,8 +39,8 @@
#### 返回值
|返回值(顺序)|返回值类型|返回值解释|
|:-----------|:---------- |:-----------|
| []ResultIf | `any` | |
| error | `any` | |
| r1 | `[]ResultIf` | |
| r2 | `error` | |


### toBool
Expand Down
Loading

0 comments on commit f778e47

Please sign in to comment.