Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrFailedParseJson = errorx.NewType(errorx.CommonErrors, "ErrFailedParseJson")
)
View Source
var (
ErrFailedParseXml = errorx.NewType(errorx.CommonErrors, "ErrFailedParseXml")
)
View Source
var (
ErrFailedParseYaml = errorx.NewType(errorx.CommonErrors, "ErrFailedParseYaml")
)
View Source
var (
ErrUnsupportedFileExtension = errorx.NewType(errorx.CommonErrors, "ErrUnsupportedFileExtension")
)
Functions ¶
This section is empty.
Types ¶
type JsonPathFinder ¶
type JsonPathFinder struct { }
type PathFinder ¶
PathFinder finds a position of the version in string content using path array. Path array is an array of node names. It's agnostic to content type, and it's up to implementation to interpret them
func NewPathFinder ¶
func NewPathFinder(fileName string) (PathFinder, error)
type XmlPathFinder ¶
type XmlPathFinder struct { }
type YamlPathFinder ¶
type YamlPathFinder struct { }
Click to show internal directories.
Click to hide internal directories.