added and updated models
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user