Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Query ¶
type Query struct { Provider *Provider Name string Params QueryParams Statement hcl.Expression }
func (*Query) RunWithParamters ¶
type QueryParam ¶
type QueryParams ¶
type QueryParams []QueryParam
func DecodeExpressionToQueryParams ¶
func DecodeExpressionToQueryParams(expr hcl.Expression, evalCtx *hcl.EvalContext) (QueryParams, error)
func (QueryParams) ToInterfaceSlice ¶
func (ps QueryParams) ToInterfaceSlice(evalCtx *hcl.EvalContext) ([]interface{}, error)
Click to show internal directories.
Click to hide internal directories.