package
Version:
v0.0.0-...-c78e9a6
Opens a new window with list of versions in this module.
Published: Apr 1, 2026
License: LGPL-2.1
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Copy[TSrc any, TDest any](fromValue TSrc, toValue TDest) (err error)
Copy objects
func CopyExWithJSONTag(dest interface{}, source interface{}) error
func CopyWithJSONTag(dest interface{}, source interface{}) error
func JSONCopy(dst, src interface{}) error
JSONCopy ...
type ICopier interface {
Copy(toValue, fromValue interface{}) (err error)
JSONCopy(dst, src interface{}) (err error)
CopyWithJSONTag(dst, src interface{}) (err error)
CopyExWithJSONTag(dst, src interface{}) (err error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.