Versions in this module Expand all Collapse all v0 v0.16.8 Aug 28, 2024 Changes in this version + func Extract(source interface{}, ce types.EnvCaptureConf) (val interface{}, err error) + func ExtractFromJson(source interface{}, jsonPath string) (interface{}, error) + func ExtractFromXml(source interface{}, xPath string) (interface{}, error) + func ExtractWithRegex(source interface{}, regexConf types.RegexCaptureConf) (val interface{}, err error) + type ExtractionError struct + func (sc ExtractionError) Error() string + func (sc ExtractionError) Unwrap() error