type github.com/imdario/mergo.Config
18 uses
github.com/imdario/mergo (current package)
map.go#L34: func deepMap(dst, src reflect.Value, visited map[uintptr]*visit, depth int, config *Config) (err error) {
map.go#L132: func Map(dst, src interface{}, opts ...func(*Config)) error {
map.go#L139: func MapWithOverwrite(dst, src interface{}, opts ...func(*Config)) error {
map.go#L143: func _map(dst, src interface{}, opts ...func(*Config)) error {
map.go#L148: config := &Config{}
merge.go#L40: type Config struct {
merge.go#L56: func deepMerge(dstIn, src reflect.Value, visited map[uintptr]*visit, depth int, config *Config) (dst reflect.Value, err error) {
merge.go#L259: func Merge(dst, src interface{}, opts ...func(*Config)) error {
merge.go#L266: func MergeWithOverwrite(dst, src interface{}, opts ...func(*Config)) error {
merge.go#L271: func WithTransformers(transformers Transformers) func(*Config) {
merge.go#L272: return func(config *Config) {
merge.go#L278: func WithOverride(config *Config) {
merge.go#L283: func WithOverwriteWithEmptyValue(config *Config) {
merge.go#L288: func WithOverrideEmptySlice(config *Config) {
merge.go#L293: func WithAppendSlice(config *Config) {
merge.go#L298: func WithTypeCheck(config *Config) {
merge.go#L302: func merge(dst, src interface{}, opts ...func(*Config)) error {
merge.go#L308: config := &Config{}
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |