Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Plugin string `env:"INFRACOST_CLI_PARSER_PLUGIN"`
Version string `env:"INFRACOST_CLI_PARSER_PLUGIN_VERSION"`
Load func(level hclog.Level) (api.ParserServiceClient, func(), error)
}
func (*Config) Parse ¶
func (c *Config) Parse(ctx context.Context, path string, cfg *repoconfig.Config, project *repoconfig.Project, level hclog.Level, options *options.GenericOptions) (*api.ParseResponse, error)
Click to show internal directories.
Click to hide internal directories.