(ctx context.Context, arg InsertUserSkillParams)
| 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) |
| 1008 | // Inserts or updates a webpush subscription. The (user_id, endpoint) pair |
| 1009 | // is unique; re-subscribing the same endpoint replaces the keys instead of |
no outgoing calls