Documentation
¶
Index ¶
- type DestFieldIsNotValidError
- type DestinationFieldNotFoundError
- type DestinationFieldNotSettableError
- type DestinationNotPointerError
- type DestinationNotStructError
- type FieldsTypesMismatchError
- type InvalidMaptoTagError
- type Mapper
- type Option
- type SourceFieldIsNotValidError
- type SourceNotStructError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DestFieldIsNotValidError ¶
type DestFieldIsNotValidError struct {
// contains filtered or unexported fields
}
func NewDestFieldIsNotValidError ¶
func NewDestFieldIsNotValidError(message string, args ...any) *DestFieldIsNotValidError
type DestinationFieldNotFoundError ¶
type DestinationFieldNotFoundError struct {
// contains filtered or unexported fields
}
func NewDestinationFieldNotFoundError ¶
func NewDestinationFieldNotFoundError(message string, args ...any) *DestinationFieldNotFoundError
type DestinationFieldNotSettableError ¶
type DestinationFieldNotSettableError struct {
// contains filtered or unexported fields
}
func NewDestinationFieldNotSettableError ¶
func NewDestinationFieldNotSettableError(message string, args ...any) *DestinationFieldNotSettableError
type DestinationNotPointerError ¶
type DestinationNotPointerError struct {
// contains filtered or unexported fields
}
func NewDestinationNotPointerError ¶
func NewDestinationNotPointerError(message string, args ...any) *DestinationNotPointerError
type DestinationNotStructError ¶
type DestinationNotStructError struct {
// contains filtered or unexported fields
}
func NewDestinationNotStructError ¶
func NewDestinationNotStructError(message string, args ...any) *DestinationNotStructError
type FieldsTypesMismatchError ¶
type FieldsTypesMismatchError struct {
// contains filtered or unexported fields
}
func NewFieldsTypesMismatchError ¶
func NewFieldsTypesMismatchError(message string, args ...any) *FieldsTypesMismatchError
type InvalidMaptoTagError ¶
type InvalidMaptoTagError struct {
// contains filtered or unexported fields
}
func NewInvalidMaptoTagError ¶
func NewInvalidMaptoTagError(message string, args ...any) *InvalidMaptoTagError
type Mapper ¶
type Mapper struct {
// contains filtered or unexported fields
}
Mapper is a struct mapper.
type Option ¶
Option is a mapper option.
func WithLogger ¶
WithLogger sets the logger for the mapper.
type SourceFieldIsNotValidError ¶
type SourceFieldIsNotValidError struct {
// contains filtered or unexported fields
}
func NewSourceFieldIsNotValidError ¶
func NewSourceFieldIsNotValidError(message string, args ...any) *SourceFieldIsNotValidError
type SourceNotStructError ¶
type SourceNotStructError struct {
// contains filtered or unexported fields
}
func NewSourceNotStructError ¶
func NewSourceNotStructError(message string, args ...any) *SourceNotStructError
Click to show internal directories.
Click to hide internal directories.