(ctx context.Context, id string, opts *UpdateUserOptions)
| 134 | InsertUser(ctx context.Context, opts *InsertUserOptions) (*User, error) |
| 135 | DeleteUser(ctx context.Context, id string) error |
| 136 | UpdateUser(ctx context.Context, id string, opts *UpdateUserOptions) (*User, error) |
| 137 | UpdateUserActiveOn(ctx context.Context, ids []string) error |
| 138 | CheckUsersEmpty(ctx context.Context) (bool, error) |
| 139 | FindSuperusers(ctx context.Context) ([]*User, error) |
no outgoing calls