Documentation
¶
Index ¶
Constants ¶
View Source
const EpochTimeSeconds = 30
Variables ¶
View Source
var ( Cmd = &cobra.Command{ Use: "proofset", Aliases: []string{"ps"}, Short: "Interact with PDP proof-set(s)", } )
View Source
var ( CreateCmd = &cobra.Command{ Use: "create", Short: "Create a proofset", Args: cobra.NoArgs, RunE: doCreate, } )
View Source
var ( GetCmd = &cobra.Command{ Use: "get", Aliases: []string{"g"}, Short: "Get metadata on proof set", Args: cobra.NoArgs, RunE: doGet, } )
View Source
var ( ListCmd = &cobra.Command{ Use: "list", Short: "List all proof sets", Args: cobra.NoArgs, RunE: doList, } )
View Source
var ( StateCmd = &cobra.Command{ Use: "state", Short: "Get state of a proof set", Args: cobra.NoArgs, RunE: doState, } )
View Source
var ( StatusCmd = &cobra.Command{ Use: "status", Short: "Check on progress of proofset creation", Args: cobra.NoArgs, RunE: doStatus, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.