Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( QueryInvoiceCmd = &cobra.Command{ Use: "invoice [id]", Short: "Query an invoice by ID", SilenceUsage: true, RunE: queryInvoiceCmd, } QueryInvoicesCmd = &cobra.Command{ Use: "invoices", Short: "Query all invoice", SilenceUsage: true, RunE: queryInvoicesCmd, } )
nolint
View Source
var ( QueryPaymentCmd = &cobra.Command{ Use: "payment [id]", Short: "List historical payment", SilenceUsage: true, RunE: queryPaymentCmd, } QueryPaymentsCmd = &cobra.Command{ Use: "payments", Short: "List historical payments", SilenceUsage: true, RunE: queryPaymentsCmd, } )
nolint
View Source
var ( QueryProfileCmd = &cobra.Command{ Use: "profile [name]", Short: "Query a profile", SilenceUsage: true, RunE: queryProfileCmd, } QueryProfilesCmd = &cobra.Command{ Use: "profiles", Short: "List all open profiles", SilenceUsage: true, RunE: queryProfilesCmd, } )
nolint
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.