docsgen
This commit is contained in:
parent
663b3f4f21
commit
dc7c7608df
@ -234,6 +234,9 @@ func init() {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
addExample(storiface.ErrorCode(0))
|
addExample(storiface.ErrorCode(0))
|
||||||
|
addExample(map[abi.SectorNumber]string{
|
||||||
|
123: "can't acquire read lock",
|
||||||
|
})
|
||||||
|
|
||||||
// worker specific
|
// worker specific
|
||||||
addExample(storiface.AcquireMove)
|
addExample(storiface.AcquireMove)
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
* [Auth](#Auth)
|
* [Auth](#Auth)
|
||||||
* [AuthNew](#AuthNew)
|
* [AuthNew](#AuthNew)
|
||||||
* [AuthVerify](#AuthVerify)
|
* [AuthVerify](#AuthVerify)
|
||||||
|
* [Check](#Check)
|
||||||
|
* [CheckProvable](#CheckProvable)
|
||||||
* [Create](#Create)
|
* [Create](#Create)
|
||||||
* [CreateBackup](#CreateBackup)
|
* [CreateBackup](#CreateBackup)
|
||||||
* [Deals](#Deals)
|
* [Deals](#Deals)
|
||||||
@ -218,6 +220,29 @@ Inputs:
|
|||||||
|
|
||||||
Response: `null`
|
Response: `null`
|
||||||
|
|
||||||
|
## Check
|
||||||
|
|
||||||
|
|
||||||
|
### CheckProvable
|
||||||
|
There are not yet any comments for this method.
|
||||||
|
|
||||||
|
Perms: admin
|
||||||
|
|
||||||
|
Inputs:
|
||||||
|
```json
|
||||||
|
[
|
||||||
|
8,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
Response:
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"123": "can't acquire read lock"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Create
|
## Create
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user