Documentation
¶
Index ¶
- Variables
- func ReadQuery(filepath string, args []string) (string, error)
- type BucketParams
- type CLI
- func (c *CLI) GetOrgId(ctx context.Context, paramOrgId, paramOrgName string, ...) (string, error)
- func (c *CLI) GetOrgIdI(ctx context.Context, paramOrgId influxid.ID, paramOrgName string, ...) (string, error)
- func (c *CLI) PrintJSON(v interface{}) error
- func (c *CLI) PrintTable(headers []string, rows ...map[string]interface{}) error
- type OrgBucketParams
- type OrgParams
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type BucketParams ¶
type CLI ¶
type CLI struct { StdIO stdio.StdIO HideTableHeaders bool PrintAsJSON bool ActiveConfig config.Config ConfigService config.Service }
CLI is a container for common functionality used to execute commands.
type OrgBucketParams ¶
type OrgBucketParams struct { OrgParams BucketParams }
Click to show internal directories.
Click to hide internal directories.