InsertUserGroupsByID adds a user to all provided groups, if they exist. If there is a conflict, the user is already a member
(ctx context.Context, arg InsertUserGroupsByIDParams)
| 1002 | // InsertUserGroupsByID adds a user to all provided groups, if they exist. |
| 1003 | // If there is a conflict, the user is already a member |
| 1004 | InsertUserGroupsByID(ctx context.Context, arg InsertUserGroupsByIDParams) ([]uuid.UUID, error) |
| 1005 | InsertUserLink(ctx context.Context, arg InsertUserLinkParams) (UserLink, error) |
| 1006 | InsertUserSkill(ctx context.Context, arg InsertUserSkillParams) (UserSkill, error) |
| 1007 | InsertVolumeResourceMonitor(ctx context.Context, arg InsertVolumeResourceMonitorParams) (WorkspaceAgentVolumeResourceMonitor, error) |
no outgoing calls