Documentation
¶
Index ¶
- func Status(ctx context.Context, store *sqlite.Store) (*sqlite.SyncStatusSummary, error)
- type CRMIntegrationsParams
- type CRMSchemaParams
- type CallsParams
- type Result
- func SyncCRMIntegrations(ctx context.Context, client *gong.Client, store *sqlite.Store, ...) (result Result, err error)
- func SyncCRMSchema(ctx context.Context, client *gong.Client, store *sqlite.Store, ...) (result Result, err error)
- func SyncCalls(ctx context.Context, client *gong.Client, store *sqlite.Store, ...) (result Result, err error)
- func SyncSettings(ctx context.Context, client *gong.Client, store *sqlite.Store, ...) (result Result, err error)
- func SyncUsers(ctx context.Context, client *gong.Client, store *sqlite.Store, ...) (result Result, err error)
- type SettingsParams
- type UsersParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CRMIntegrationsParams ¶
type CRMIntegrationsParams struct{}
type CRMSchemaParams ¶
type CallsParams ¶
type Result ¶
type Result struct {
RunID int64
Scope string
SyncKey string
Cursor string
Pages int
RecordsSeen int64
RecordsWritten int64
ParticipantCaptureStatus string
}
func SyncCRMIntegrations ¶
func SyncCRMSchema ¶
func SyncSettings ¶
type SettingsParams ¶
Click to show internal directories.
Click to hide internal directories.