Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var CSV = parsers.CSV
CSV - Unmarshal CSV
Deprecated: will be removed in a future version of gomplate. If you have a need for this, please open an issue!
var CSVByColumn = parsers.CSVByColumn
CSVByColumn - Unmarshal CSV in a Columnar form
Deprecated: will be removed in a future version of gomplate. If you have a need for this, please open an issue!
var CSVByRow = parsers.CSVByRow
CSVByRow - Unmarshal CSV in a row-oriented form
Deprecated: will be removed in a future version of gomplate. If you have a need for this, please open an issue!
var CUE = parsers.CUE
CUE - Unmarshal a CUE expression into the appropriate type
Deprecated: will be removed in a future version of gomplate. If you have a need for this, please open an issue!
var JSON = parsers.JSON
JSON - Unmarshal a JSON Object. Can be ejson-encrypted.
Deprecated: will be removed in a future version of gomplate. If you have a need for this, please open an issue!
var JSONArray = parsers.JSONArray
JSONArray - Unmarshal a JSON Array
Deprecated: will be removed in a future version of gomplate. If you have a need for this, please open an issue!
var TOML = parsers.TOML
TOML - Unmarshal a TOML Object
Deprecated: will be removed in a future version of gomplate. If you have a need for this, please open an issue!
var ToCSV = parsers.ToCSV
ToCSV -
Deprecated: will be removed in a future version of gomplate. If you have a need for this, please open an issue!
var ToCUE = parsers.ToCUE
ToCUE - Stringify a struct as CUE
Deprecated: will be removed in a future version of gomplate. If you have a need for this, please open an issue!
var ToJSON = parsers.ToJSON
ToJSON - Stringify a struct as JSON
Deprecated: will be removed in a future version of gomplate. If you have a need for this, please open an issue!
var ToJSONPretty = parsers.ToJSONPretty
ToJSONPretty - Stringify a struct as JSON (indented)
Deprecated: will be removed in a future version of gomplate. If you have a need for this, please open an issue!
var ToTOML = parsers.ToTOML
ToTOML - Stringify a struct as TOML
Deprecated: will be removed in a future version of gomplate. If you have a need for this, please open an issue!
var ToYAML = parsers.ToYAML
ToYAML - Stringify a struct as YAML
Deprecated: will be removed in a future version of gomplate. If you have a need for this, please open an issue!
var YAML = parsers.YAML
YAML - Unmarshal a YAML Object
Deprecated: will be removed in a future version of gomplate. If you have a need for this, please open an issue!
var YAMLArray = parsers.YAMLArray
YAMLArray - Unmarshal a YAML Array
Deprecated: will be removed in a future version of gomplate. If you have a need for this, please open an issue!
Functions ¶
This section is empty.
Types ¶
This section is empty.