restructure and process additions and deleteions of relationships, roles and memberships
This commit is contained in:
@@ -39,7 +39,7 @@ func WithPermissionsClient(client *permissions.Client) Option {
|
||||
}
|
||||
|
||||
// WithPrefixMap sets the id prefix map relating id prefixes to type names.
|
||||
func WithPrefixMap(idMap map[string]string) Option {
|
||||
func WithPrefixMap(idMap map[string]ObjectType) Option {
|
||||
return func(s *service) error {
|
||||
s.idPrefixMap = idMap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user