Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Explorer ¶
type Explorer struct {
runner.RunnerCommand
Environment solana.Environment `pulumi:"environment"`
Flags ExplorerFlags `pulumi:"flags"`
Version *string `pulumi:"version,optional"`
Name *string `pulumi:"name,optional"`
Symbol *string `pulumi:"symbol,optional"`
ClusterName *string `pulumi:"clusterName,optional"`
RPCURL *string `pulumi:"RPCURL,optional"`
}
type ExplorerCommand ¶
type ExplorerCommand struct {
Explorer
}
func (*ExplorerCommand) AddToPayload ¶
func (cmd *ExplorerCommand) AddToPayload(p *runner.Payload) error
func (*ExplorerCommand) Check ¶
func (cmd *ExplorerCommand) Check() error
func (*ExplorerCommand) Env ¶
func (cmd *ExplorerCommand) Env() *runner.EnvBuilder
type ExplorerFlags ¶
type ExplorerFlags struct {
Hostname *string `pulumi:"hostname,optional"`
Port *int `pulumi:"port,optional"`
KeepAliveTimeout *int `pulumi:"keepAliveTimeout,optional"`
}
func (*ExplorerFlags) Args ¶
func (f *ExplorerFlags) Args() []string
Click to show internal directories.
Click to hide internal directories.