package
0.0.0-20200712133309-237f4c2a41fe
Repository: https://github.com/hellgate75/go-tcp-common.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Looks up for plugin by a given ParserFormat, using eventually pluginsFolder and library exception excluded the dot, in case one of them is empty string it will be replaced with the package DefaultPluginsFolder and DefaultLibraryExtension variables.
Delete a file or folder, within all sub items.
Delete a file or folder, within all sub items.
Delete a file (or truncate in case not suitable or delete folder, within all sub items.
Check existance of a given file by name.
Finds files recursively or not, in a given path folder, with a file name prefix token.
Trasform Json code in Object.
Load a JSON file and transform it in Object.
Trasform Xml code in Object.
Load an Xml file and transform it in Object.
Trasform Yaml code in Object.
Load a Yaml file and transform it in Object.
Retrieve current wotrking folder.
Gets files in a folder (eventually recursively).
Gets files in a folder (eventually recursively), which name matches with given function execution.
Gets the Path Separator as string type.
Verifies if a atring file path corresponds to a directory.
Looks up for plugin by a given ParserFormat, using eventually pluginsFolder and library exception excluded the dot, in case one of them is empty string it will be replaced with the package DefaultPluginsFolder and DefaultLibraryExtension variables.
Marshall an object instance tranforming in byte array, reporting eventually errors based on the required parser format.
Marshall an object instance tranforming in byte array and saving in a file in an existing path, reporting eventually errors based on the required parser format.
Transform an interface in JSON Code.
Transform an interface in XML Code.
Transform an interface in Yaml Code.
Marshall data byte arrays parsing the data into the interface returned of same type of the given one, reporting eventually errors based on the required parser format.
Marshall file byte arrays parsing the data into the interface returned of same type of the given one, reporting eventually errors based on the required parser format.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Interfaces

Describes as a Plugin Parser executive must expose functions.

# Type aliases

No description provided by the author
Describe the exposed Plugin interface proxy function (expected function name = ParserPlugin.
Describe the exposed Plugin interface proxy function (expected function name = PluginsCollector.