fix comment

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2022-12-20 10:38:32 +00:00
committed by Ralf Haferkamp
parent 3637149eeb
commit c3c851286f

View File

@@ -98,7 +98,7 @@ func WithRoleService(val RoleService) Option {
}
}
// WithRoleService provides a function to set the RoleService option.
// WithSearchService provides a function to set the SearchService option.
func WithSearchService(val searchsvc.SearchProviderService) Option {
return func(o *Options) {
o.SearchService = val