(opts ...servicelocatorx.Option)
| 123 | } |
| 124 | |
| 125 | func WithServiceLocatorOptions(opts ...servicelocatorx.Option) OptionsModifier { |
| 126 | return func(o *options) { |
| 127 | o.serviceLocatorOpts = append(o.serviceLocatorOpts, opts...) |
| 128 | } |
| 129 | } |
| 130 | |
| 131 | func WithAutoMigrate() OptionsModifier { |
| 132 | return func(o *options) { |
no outgoing calls