Versions in this module Expand all Collapse all v0 v0.8.2 Feb 18, 2025 v0.8.1 Jan 22, 2025 Changes in this version + type Workspace interface + Build func() error + GetChallRndomDir func() string + GetDbDir func() string + GetFileDir func() string + GetIdleProve func() string + GetLogDir func() string + GetPodr2Key func() string + GetPoisAccDir func() string + GetPoisDir func() string + GetReportDir func() string + GetRootDir func() string + GetServiceProve func() string + GetSpaceDir func() string + GetTmpDir func() string + LoadIdleProve func() (common.IdleProofInfo, error) + LoadServiceProve func() (common.ServiceProofInfo, error) + RemoveAndBuild func() error + SaveChallRandom func(challStart uint32, randomIndexList []types.U32, randomList []chain.Random) error + SaveIdleProve func(idleProofRecord common.IdleProofInfo) error + SaveServiceProve func(serviceProofRecord common.ServiceProofInfo) error + func NewWorkspace(ws string) Workspace