Documentation ¶
Index ¶
- Constants
- func MapContact(inputJSON string) (string, error)
- func MapEmailMessage(inputJSON string) (string, error)
- func MapMeeting(inputJSON string) (string, error)
- func MapOrganization(inputJSON string) (string, error)
- func MapUser(inputJSON string) (string, error)
- func NewHubspotDataService(airbyteStoreDb *config.RawDataStoreDB, tenant string, log logger.Logger) source.SourceDataService
Constants ¶
View Source
const ( Partner string = "Partner" Customer string = "Customer" Reseller string = "Reseller" Vendor string = "Vendor" )
View Source
const ( Prospect string = "Prospect" Live string = "Live" )
View Source
const ( INBOUND string = "INBOUND" OUTBOUND string = "OUTBOUND" )
View Source
const ( ContactsTableSuffix = "contacts" CompaniesTableSuffix = "companies" OwnersTableSuffix = "owners" MeetingsTableSuffix = "engagements_meetings" EmailMessagesTableSuffix = "engagements_emails" )
Variables ¶
This section is empty.
Functions ¶
func MapContact ¶
func MapEmailMessage ¶
func MapMeeting ¶
func MapOrganization ¶
func NewHubspotDataService ¶
func NewHubspotDataService(airbyteStoreDb *config.RawDataStoreDB, tenant string, log logger.Logger) source.SourceDataService
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.