Add comment on exported function

This commit is contained in:
Benedikt Kulmann
2020-08-27 21:29:30 +02:00
parent 7fb3551768
commit 3cc1c874df

View File

@@ -77,6 +77,7 @@ func AccountsClient(ac acc.AccountsService) Option {
}
}
// SettingsRoleService provides a function to set the role service option.
func SettingsRoleService(rc settings.RoleService) Option {
return func(o *Options) {
o.SettingsRoleService = rc