Documentation
¶
Index ¶
- type AkashCliClient
- type AkashCommand
- func (c AkashCommand) AsCmd() (*exec.Cmd, error)
- func (c AkashCommand) AutoAccept() AkashCommand
- func (c AkashCommand) Bid() AkashCommand
- func (c AkashCommand) Close() AkashCommand
- func (c AkashCommand) Create() AkashCommand
- func (c AkashCommand) DecodeJson(v any) error
- func (c AkashCommand) DefaultGas() AkashCommand
- func (c AkashCommand) Deployment() AkashCommand
- func (c AkashCommand) GasAuto() AkashCommand
- func (c AkashCommand) Get() AkashCommand
- func (c AkashCommand) GetManifest() AkashCommand
- func (c AkashCommand) Headless() []string
- func (c AkashCommand) Lease() AkashCommand
- func (c AkashCommand) LeaseStatus() AkashCommand
- func (c AkashCommand) List() AkashCommand
- func (c AkashCommand) Manifest(path string) AkashCommand
- func (c AkashCommand) Market() AkashCommand
- func (c AkashCommand) OutputJson() AkashCommand
- func (c AkashCommand) Provider() AkashCommand
- func (c AkashCommand) Query() AkashCommand
- func (c AkashCommand) Raw() ([]byte, error)
- func (c AkashCommand) SendManifest(path string) AkashCommand
- func (c AkashCommand) ServiceStatus() AkashCommand
- func (c AkashCommand) SetChainId(chainId string) AkashCommand
- func (c AkashCommand) SetDseq(dseq string) AkashCommand
- func (c AkashCommand) SetFees(amount int64) AkashCommand
- func (c AkashCommand) SetFrom(key string) AkashCommand
- func (c AkashCommand) SetGasAdjustment(adjustment float32) AkashCommand
- func (c AkashCommand) SetGasPrices() AkashCommand
- func (c AkashCommand) SetGseq(gseq string) AkashCommand
- func (c AkashCommand) SetHome(home string) AkashCommand
- func (c AkashCommand) SetKeyringBackend(keyringBackend string) AkashCommand
- func (c AkashCommand) SetNode(node string) AkashCommand
- func (c AkashCommand) SetNote(note string) AkashCommand
- func (c AkashCommand) SetOseq(oseq string) AkashCommand
- func (c AkashCommand) SetOwner(owner string) AkashCommand
- func (c AkashCommand) SetProvider(provider string) AkashCommand
- func (c AkashCommand) SetSeqs(dseq string, gseq string, oseq string) AkashCommand
- func (c AkashCommand) SetService(service string) AkashCommand
- func (c AkashCommand) SetSignMode(mode string) AkashCommand
- func (c AkashCommand) Tx() AkashCommand
- func (c AkashCommand) Update() AkashCommand
- type AkashErrorResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AkashCliClient ¶
type AkashCommand ¶
type AkashCommand struct {
Content []string
// contains filtered or unexported fields
}
func AkashCli ¶
func AkashCli(client AkashCliClient) AkashCommand
func (AkashCommand) AutoAccept ¶
func (c AkashCommand) AutoAccept() AkashCommand
func (AkashCommand) Bid ¶
func (c AkashCommand) Bid() AkashCommand
func (AkashCommand) Close ¶
func (c AkashCommand) Close() AkashCommand
func (AkashCommand) Create ¶
func (c AkashCommand) Create() AkashCommand
func (AkashCommand) DecodeJson ¶
func (c AkashCommand) DecodeJson(v any) error
func (AkashCommand) DefaultGas ¶
func (c AkashCommand) DefaultGas() AkashCommand
func (AkashCommand) Deployment ¶
func (c AkashCommand) Deployment() AkashCommand
func (AkashCommand) GasAuto ¶
func (c AkashCommand) GasAuto() AkashCommand
func (AkashCommand) Get ¶
func (c AkashCommand) Get() AkashCommand
func (AkashCommand) GetManifest ¶
func (c AkashCommand) GetManifest() AkashCommand
func (AkashCommand) Headless ¶
func (c AkashCommand) Headless() []string
func (AkashCommand) Lease ¶
func (c AkashCommand) Lease() AkashCommand
func (AkashCommand) LeaseStatus ¶
func (c AkashCommand) LeaseStatus() AkashCommand
func (AkashCommand) List ¶
func (c AkashCommand) List() AkashCommand
func (AkashCommand) Manifest ¶
func (c AkashCommand) Manifest(path string) AkashCommand
func (AkashCommand) Market ¶
func (c AkashCommand) Market() AkashCommand
func (AkashCommand) OutputJson ¶
func (c AkashCommand) OutputJson() AkashCommand
func (AkashCommand) Provider ¶
func (c AkashCommand) Provider() AkashCommand
func (AkashCommand) Query ¶
func (c AkashCommand) Query() AkashCommand
func (AkashCommand) Raw ¶
func (c AkashCommand) Raw() ([]byte, error)
func (AkashCommand) SendManifest ¶
func (c AkashCommand) SendManifest(path string) AkashCommand
func (AkashCommand) ServiceStatus ¶
func (c AkashCommand) ServiceStatus() AkashCommand
func (AkashCommand) SetChainId ¶
func (c AkashCommand) SetChainId(chainId string) AkashCommand
func (AkashCommand) SetDseq ¶
func (c AkashCommand) SetDseq(dseq string) AkashCommand
func (AkashCommand) SetFees ¶
func (c AkashCommand) SetFees(amount int64) AkashCommand
func (AkashCommand) SetFrom ¶
func (c AkashCommand) SetFrom(key string) AkashCommand
func (AkashCommand) SetGasAdjustment ¶
func (c AkashCommand) SetGasAdjustment(adjustment float32) AkashCommand
func (AkashCommand) SetGasPrices ¶
func (c AkashCommand) SetGasPrices() AkashCommand
func (AkashCommand) SetGseq ¶
func (c AkashCommand) SetGseq(gseq string) AkashCommand
func (AkashCommand) SetHome ¶
func (c AkashCommand) SetHome(home string) AkashCommand
func (AkashCommand) SetKeyringBackend ¶
func (c AkashCommand) SetKeyringBackend(keyringBackend string) AkashCommand
func (AkashCommand) SetNode ¶
func (c AkashCommand) SetNode(node string) AkashCommand
func (AkashCommand) SetNote ¶
func (c AkashCommand) SetNote(note string) AkashCommand
func (AkashCommand) SetOseq ¶
func (c AkashCommand) SetOseq(oseq string) AkashCommand
func (AkashCommand) SetOwner ¶
func (c AkashCommand) SetOwner(owner string) AkashCommand
func (AkashCommand) SetProvider ¶
func (c AkashCommand) SetProvider(provider string) AkashCommand
func (AkashCommand) SetSeqs ¶
func (c AkashCommand) SetSeqs(dseq string, gseq string, oseq string) AkashCommand
func (AkashCommand) SetService ¶
func (c AkashCommand) SetService(service string) AkashCommand
func (AkashCommand) SetSignMode ¶
func (c AkashCommand) SetSignMode(mode string) AkashCommand
func (AkashCommand) Tx ¶
func (c AkashCommand) Tx() AkashCommand
func (AkashCommand) Update ¶
func (c AkashCommand) Update() AkashCommand
type AkashErrorResponse ¶
type AkashErrorResponse struct {
RawLog string `json:"raw_log"`
}
Click to show internal directories.
Click to hide internal directories.