package
1.0.8
Repository: https://github.com/pengdacn/goverter.git
Documentation: pkg.go.dev

# Functions

NewError creates an error.
ToString converts the error into a string.

# Structs

Basic handles basic data types.
BasicTargetPointerRule handles edge conditions if the target type is a pointer.
Error defines a conversion error.
List handles array / slice types.
Map handles map types.
MethodContext exposes information for the current method.
No description provided by the author
Path defines the path inside an error message.
Pointer handles pointer types.
Struct handles struct types.
TargetPointer handles type were only the target is a pointer.
No description provided by the author
No description provided by the author

# Interfaces

Builder builds converter implementations, and can decide if it can handle the given type.
Generator checks all existing builders if they can create a conversion implementations for the given source and target type If no one Builder#Matches then, an error is returned.