initial commit
This commit is contained in:
12
internal/domain/profileold/social_link.go
Normal file
12
internal/domain/profileold/social_link.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package profile
|
||||
|
||||
import (
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
type SocialLink struct {
|
||||
ID uuid.UUID
|
||||
ProfileID uuid.UUID
|
||||
LinkType string
|
||||
Link string
|
||||
}
|
||||
Reference in New Issue
Block a user