Documentation ¶
Overview ¶
Dedicated to my love, Lexi.
Index ¶
- func NewMakeAddPkgCmd(rootCfg *client.MakeTxCfg, io commands.IO) *commands.Command
- func NewMakeCallCmd(rootCfg *client.MakeTxCfg, io commands.IO) *commands.Command
- func NewMakeRunCmd(rootCfg *client.MakeTxCfg, cmdio commands.IO) *commands.Command
- func NewMakeTxCmd(rootCfg *client.BaseCfg, io commands.IO) *commands.Command
- func NewRootCmd(io commands.IO, base client.BaseOptions) *commands.Command
- type MakeAddPkgCfg
- type MakeCallCfg
- type MakeRunCfg
- type MakeTxCfg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMakeAddPkgCmd ¶
func NewMakeCallCmd ¶
func NewMakeRunCmd ¶
func NewRootCmd ¶
Types ¶
type MakeAddPkgCfg ¶
func (*MakeAddPkgCfg) RegisterFlags ¶
func (c *MakeAddPkgCfg) RegisterFlags(fs *flag.FlagSet)
type MakeCallCfg ¶
type MakeCallCfg struct { RootCfg *client.MakeTxCfg Send string PkgPath string FuncName string Args commands.StringArr }
func (*MakeCallCfg) RegisterFlags ¶
func (c *MakeCallCfg) RegisterFlags(fs *flag.FlagSet)
type MakeRunCfg ¶
func (*MakeRunCfg) RegisterFlags ¶
func (c *MakeRunCfg) RegisterFlags(fs *flag.FlagSet)
Click to show internal directories.
Click to hide internal directories.