(isEnabled bool)
| 74 | } |
| 75 | |
| 76 | func CAutoTypeConvert(isEnabled bool) Option { |
| 77 | return func(c *Setting) { |
| 78 | c.EnabledAutoTypeConvert = isEnabled |
| 79 | } |
| 80 | } |
| 81 | |
| 82 | func CMapperStructField(isEnabled bool) Option { |
| 83 | return func(c *Setting) { |
no outgoing calls
searching dependent graphs…