MCPcopy
hub / github.com/ory/hydra / WithServiceLocatorOptions

Function WithServiceLocatorOptions

driver/factory.go:125–129  ·  view source on GitHub ↗
(opts ...servicelocatorx.Option)

Source from the content-addressed store, hash-verified

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

Callers 7

NewRegistrySQLFromURLFunction · 0.92
SetupSuiteMethod · 0.92
TestManagersNextGenFunction · 0.92
TestManagersFunction · 0.92

Calls

no outgoing calls

Tested by 6

SetupSuiteMethod · 0.74
TestManagersNextGenFunction · 0.74
TestManagersFunction · 0.74