Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAPIOpener ¶
func NewAPIOpenerFromCLI ¶ added in v0.0.3
func NewGatewayOpener ¶ added in v0.0.28
func NewGatewayOpener(ctx *cli.Context) (*GatewayOpener, APICloser, error)
Types ¶
type GatewayOpener ¶ added in v0.0.28
type GatewayOpener struct {
// contains filtered or unexported fields
}
type NodeCloser ¶ added in v0.0.3
type NodeCloser func()
func SetupClient ¶ added in v0.0.3
func SetupClient(ctx context.Context, cliCtx *cli.Context) (tasks.NodeConfig, v0api.FullNode, NodeCloser, error)
func SetupClientFromCLI ¶ added in v0.0.3
func SetupClientFromCLI(cctx *cli.Context) (tasks.NodeConfig, v0api.FullNode, NodeCloser, error)
func SetupGateway ¶ added in v0.0.28
func SetupGateway(ctx *cli.Context) (api.Gateway, NodeCloser, error)
Click to show internal directories.
Click to hide internal directories.