initial commit
This commit is contained in:
12
internal/domain/profile/contact.go
Normal file
12
internal/domain/profile/contact.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package profile
|
||||
|
||||
type Contact struct {
|
||||
Email string
|
||||
Phone string
|
||||
SocialLinks []SocialLink
|
||||
}
|
||||
|
||||
type SocialLink struct {
|
||||
LinkType string
|
||||
Link string
|
||||
}
|
||||
Reference in New Issue
Block a user