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

Function WithConfigOptions

driver/factory.go:58–62  ·  view source on GitHub ↗
(opts ...configx.OptionModifier)

Source from the content-addressed store, hash-verified

56}
57
58func WithConfigOptions(opts ...configx.OptionModifier) OptionsModifier {
59 return func(o *options) {
60 o.configOpts = append(o.configOpts, opts...)
61 }
62}
63
64// WithDBOptionsModifier modifies the pop connection details before the connection is opened.
65func WithDBOptionsModifier(f ...func(details *pop.ConnectionDetails)) OptionsModifier {

Calls

no outgoing calls