Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "snapshot", Short: "Utilities to download the latest finalized protocol state snapshot", TraverseChildren: true, }
Functions ¶
This section is empty.
Types ¶
type SaveResult ¶
type SaveResult struct {
OutputPath string
}
SaveResult represents the result of the snapshot save command.
func (*SaveResult) JSON ¶
func (r *SaveResult) JSON() interface{}
func (*SaveResult) Oneliner ¶
func (r *SaveResult) Oneliner() string
func (*SaveResult) String ¶
func (r *SaveResult) String() string
Click to show internal directories.
Click to hide internal directories.