Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AirbyteRaw ¶
type AirbyteRaws ¶
type AirbyteRaws []AirbyteRaw
type OpenlineRaw ¶
type OpenlineRaws ¶
type OpenlineRaws []OpenlineRaw
type SyncStatusForAirbyte ¶
type SyncStatusForAirbyte struct { Tenant string `gorm:"column:tenant;primaryKey"` Entity string `gorm:"column:entity;primaryKey"` TableSuffix string `gorm:"column:table_suffix;primaryKey"` AirbyteRawId string `gorm:"column:_airbyte_raw_id;primaryKey"` SyncedToCustomerOs bool `gorm:"column:synced_to_customer_os"` Skipped bool `gorm:"column:skipped"` SyncAttempt int `gorm:"column:synced_to_customer_os_attempt"` SyncedAt time.Time `gorm:"column:synced_to_customer_os_at"` RunId string `gorm:"column:run_id"` ExternalId string `gorm:"column:external_id"` Reason string `gorm:"column:reason"` }
func (SyncStatusForAirbyte) TableName ¶
func (SyncStatusForAirbyte) TableName() string
type SyncStatusForOpenline ¶
type SyncStatusForOpenline struct { Entity string `gorm:"column:entity;primaryKey"` TableSuffix string `gorm:"column:table_suffix;primaryKey"` RawId string `gorm:"column:raw_id;primaryKey"` SyncedToCustomerOs bool `gorm:"column:synced_to_customer_os"` Skipped bool `gorm:"column:skipped"` SyncAttempt int `gorm:"column:synced_to_customer_os_attempt"` SyncedAt time.Time `gorm:"column:synced_to_customer_os_at"` RunId string `gorm:"column:run_id"` ExternalId string `gorm:"column:external_id"` Reason string `gorm:"column:reason"` }
func (SyncStatusForOpenline) TableName ¶
func (SyncStatusForOpenline) TableName() string
Click to show internal directories.
Click to hide internal directories.