query

package
v0.0.0-...-6bc4a94 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2017 License: Apache-2.0 Imports: 20 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL