docsgen: Add []abi.SectorNumber example

This commit is contained in:
Łukasz Magiera
2020-12-10 20:00:48 +01:00
parent 564b88af52
commit 47346907dd
2 changed files with 15 additions and 2 deletions
+1
View File
@@ -240,6 +240,7 @@ func init() {
addExample(map[api.SectorState]int{
api.SectorState(sealing.Proving): 120,
})
addExample([]abi.SectorNumber{123, 124})
// worker specific
addExample(storiface.AcquireMove)