Documentation ¶
Index ¶
- Variables
- func Fprint(w io.Writer, a ...interface{})
- func Fprintf(w io.Writer, format string, a ...interface{})
- func Fprintln(w io.Writer, a ...interface{})
- func Progress(w io.Writer) chan<- struct{}
- func ValidateKey(k string, name string) error
- func ValidateSeed(seed string) error
- func ValidateTime(t string) error
- type Cmd
- type Command
- type Edge
- type GrpcCmd
- type Result
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalid = errors.New("invalid command, check arguments")
Functions ¶
func ValidateKey ¶
func ValidateSeed ¶
func ValidateTime ¶
Types ¶
type Cmd ¶
type Cmd struct { WalletName string `cmd_usage:"wallet name is required"` WalletKey string `cmd_usage:"wallet key is required"` }
func (Cmd) ValidateWalletExistence ¶
func (Cmd) ValidateWalletKey ¶
Click to show internal directories.
Click to hide internal directories.