Versions in this module Expand all Collapse all v1 v1.1.0 Jan 3, 2025 v1.0.0 Jan 3, 2025 Changes in this version + type Cloud struct + func New(ctx context.Context, options ...CloudOption) (*Cloud, error) + func (c *Cloud) DaysDelay() int + func (c *Cloud) MaxGroupBy() int + func (c *Cloud) ParameterTitle(id string, defaultValue string) string + func (c *Cloud) Parameters() cloudcostexplorer.Parameters + func (c *Cloud) Query(ctx context.Context, options ...cloudcostexplorer.QueryOption) iter.Seq2[cloudcostexplorer.CloudQueryItem, error] + func (c *Cloud) QueryExtraOutput(ctx context.Context, extraData []cloudcostexplorer.QueryExtraData) cloudcostexplorer.QueryExtraOutput + type CloudOption func(options *Cloud) + func WithDefaultTableName(defaultTableName string) CloudOption + func WithProjectID(projectID string) CloudOption + func WithResourceTableName(resourceTableName string) CloudOption + type Label struct + Key string + Value string + type LabelValue struct + Labels []Label + func NewLabelValue(paramName string, value string) *LabelValue + func (o *LabelValue) Output(ctx context.Context, vctx cloudcostexplorer.ValueContext, ...) (string, error)