package profile import ( "github.com/google/uuid" ) type SocialLink struct { ID uuid.UUID ProfileID uuid.UUID LinkType string Link string }