Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CombineCommand ¶
func NewCombineCommand ¶
func NewCombineCommand(fs afero.Fs) (*CombineCommand, error)
type FileFmt ¶
type FileFmt string
type GenerateCommand ¶
func NewGenerateCommand ¶
func NewGenerateCommand(fs afero.Fs) (*GenerateCommand, error)
type RootCommand ¶
func NewRootCommand ¶
func NewRootCommand(fs afero.Fs) (*RootCommand, error)
type SplitCommand ¶
func NewSplitCommand ¶
func NewSplitCommand(fs afero.Fs) (*SplitCommand, error)
type VerifyCommand ¶
func NewVerifyCommand ¶
func NewVerifyCommand(fs afero.Fs) (*VerifyCommand, error)
type VerifyPartCommand ¶
type VerifyPartCommand struct { cobra.Command Fs afero.Fs // contains filtered or unexported fields }
func NewVerifyPartCommand ¶
func NewVerifyPartCommand(fs afero.Fs) (*VerifyPartCommand, error)
type VerifySharesCommand ¶
type VerifySharesCommand struct { // contains filtered or unexported fields }
func NewVerifySharesCommand ¶
func NewVerifySharesCommand(fs afero.Fs) (*VerifySharesCommand, error)
type VersionCommand ¶
func NewVersionCommand ¶
func NewVersionCommand() (*VersionCommand, error)
Click to show internal directories.
Click to hide internal directories.