# Functions
Returns the common connection schema for all the Elasticsearch resources, which defines the fields which can be used to configure the API access.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ConvertToAttrDiags wraps an existing collection of diagnostics with an attribute path.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Flattens the multilevel map, and concatenates keys together with dot "." # Examples map of form:
map := map[string]interface{}{ "index": map[string]interface{}{ "key": 1 } }
becomes:
map := map[string]interface{}{ "index.key": 1 }.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Compares the JSON in two byte slices.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PrettyPrintJSONLines iterates through a []byte line-by-line, transforming any lines that are complete json into pretty-printed json.
No description provided by the author
SliceToListType converts a tfsdk naive []T1 into an types.List of []T2.
StringIsDuration is a SchemaValidateFunc which tests to make sure the supplied string is valid duration.
StringIsElasticDuration is a SchemaValidateFunc which tests to make sure the supplied string is valid duration using Elastic time units: d, h, m, s, ms, micros, nanos.
StringIsHours is a SchemaValidateFunc which tests to make sure the supplied string is in the required format of HH:mm.
No description provided by the author
No description provided by the author
TransformSlice converts []T1 to []T2 via the iteratee.