package
3.15.0+incompatible
Repository: https://github.com/crosserclaws/owl-backend.git
Documentation: pkg.go.dev

# Functions

Adds additional converters: String to satori/go.uuid.UUID.
Converts the Binding(with builder) to "Converter".
Convenient function to perform the binding sourceObject - The source to be converted holder - The object implements "Binding" interface This function would panic if the holder doesn't implement "Binding" interface.
Checks if a object has implemented "Binding" interface.
Constructs a new instance of default implementation.

# Structs

Default implementation for conversion service Abstract There are two phases for conversion process: 1 - Use converters added by "AddConverter()" method(customized converters).

# Interfaces

Defines the binding interface to convert any object to implementing type.
Main interface provided by convsersion service.
Defines the registry for managing converters.
Sub-type of ConversionService, which provides methods of "Print()" and "Scan()"...
Combines Parser and Printer interface.
Sub-type of ConverterRegistry, with registering of formatter.
Defines the parsing of a string value(with locale) to desired value.
Defines the string-representation of a value to string value(with locale).
No description provided by the author

# Type aliases

No description provided by the author
General conversion function.
No description provided by the author
No description provided by the author