package
0.0.0-20210322183019-eb9f53114dd6
Repository: https://github.com/merefield/grpc-user-api.git
Documentation: pkg.go.dev
# Functions
Select user groups in db with given ids in 'userGroups' Return ids slice Used in CreateUserGroup/UpdateUserGroup to add/update ids slice to recommended Artists.
Select user groups in db with given 'ids' Return slice of UserGroup response.
GetTagIDs accepts a slice tags.
GetTags given tag UUID returns a Tag.
SearchTags find a tag by query string on Name.
No description provided by the author
# Structs
AuthUser represents data stored in session/context for a user.
No description provided by the author
Link is an internet hyperlink.
Role entity.
StreetAddress holds geographical data and marks if private.
Tag provides basic tag structure.
Tenant table.
User basic definition of a User and its meta.
UserGroup represents a group of Users and maintains a set of metadata.
No description provided by the author
UserGroupPrivacy describes meta data for User Group private data.
# Interfaces
Logger represents logging interface.
RBACService represents role-based access control service interface.
# Type aliases
AccessRole represents access role type.