Documentation
¶
Index ¶
- Variables
- type EventService
- type Service
- func (s *Service) ReadCustomAttributesInStorageForm(role accesscontrol.Role, userID string, storageForm map[string]interface{}) (map[string]interface{}, error)
- func (s *Service) UpdateAllCustomAttributes(role accesscontrol.Role, userID string, reprForm map[string]interface{}) error
- func (s *Service) UpdateCustomAttributesWithJSONPointerMap(role accesscontrol.Role, userID string, jsonPointerMap map[string]string) error
- type ServiceNoEvent
- func (s *ServiceNoEvent) ReadCustomAttributesInStorageForm(role accesscontrol.Role, userID string, storageForm map[string]interface{}) (map[string]interface{}, error)
- func (s *ServiceNoEvent) UpdateAllCustomAttributes(role accesscontrol.Role, userID string, reprForm map[string]interface{}) error
- func (s *ServiceNoEvent) UpdateCustomAttributesWithJSONPointerMap(role accesscontrol.Role, userID string, jsonPointerMap map[string]string) error
- type UserQueries
- type UserStore
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type EventService ¶
type Service ¶
type Service struct { Config *config.UserProfileConfig ServiceNoEvent *ServiceNoEvent Events EventService }
func (*Service) ReadCustomAttributesInStorageForm ¶
func (*Service) UpdateAllCustomAttributes ¶
func (*Service) UpdateCustomAttributesWithJSONPointerMap ¶
type ServiceNoEvent ¶
type ServiceNoEvent struct { Config *config.UserProfileConfig UserQueries UserQueries UserStore UserStore }
func (*ServiceNoEvent) ReadCustomAttributesInStorageForm ¶
func (s *ServiceNoEvent) ReadCustomAttributesInStorageForm( role accesscontrol.Role, userID string, storageForm map[string]interface{}, ) (map[string]interface{}, error)
func (*ServiceNoEvent) UpdateAllCustomAttributes ¶
func (s *ServiceNoEvent) UpdateAllCustomAttributes(role accesscontrol.Role, userID string, reprForm map[string]interface{}) error
func (*ServiceNoEvent) UpdateCustomAttributesWithJSONPointerMap ¶
func (s *ServiceNoEvent) UpdateCustomAttributesWithJSONPointerMap(role accesscontrol.Role, userID string, jsonPointerMap map[string]string) error
Click to show internal directories.
Click to hide internal directories.