added and updated models

This commit is contained in:
timurgordon
2025-05-12 01:54:47 +03:00
parent f388fde388
commit 52528ca99f
25 changed files with 734 additions and 182 deletions

View File

@@ -37,7 +37,7 @@ pub enum SocialPlatformType {
// Contact represents a contact with all their information
pub struct Contact {
base.Base
base.Base // Provides id u32, creation_time, mod_time, comments []u32
pub mut:
name string // Display name of the contact
first_name string
@@ -101,7 +101,7 @@ pub mut:
// ContactGroup represents a group of contacts
pub struct ContactGroup {
base.Base
base.Base // Provides id u32, creation_time, mod_time, comments []u32
pub mut:
name string
description string