Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface { ActorAddress(context.Context) (address.Address, error) WorkerJobs(context.Context) (map[uuid.UUID][]storiface.WorkerJob, error) SectorsStatus(ctx context.Context, sid abi.SectorNumber, showOnChainInfo bool) (api.SectorInfo, error) SectorsList(context.Context) ([]abi.SectorNumber, error) SectorsSummary(ctx context.Context) (map[api.SectorState]int, error) SectorsListInStates(context.Context, []api.SectorState) ([]abi.SectorNumber, error) }
Click to show internal directories.
Click to hide internal directories.