Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Add comment on exported function
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Aug 27, 2020
1 parent 114b089 commit 765d3f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/middleware/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 765d3f4

Please sign in to comment.