Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InvokeSyncGluePartitions ¶ added in v1.5.0
func InvokeSyncGluePartitions(lambdaClient lambdaiface.LambdaAPI, logTypes []string) error
Types ¶
type Continuation ¶ added in v1.5.0
type SyncEvent ¶ added in v1.5.0
type SyncEvent struct { Sync bool // if true, this is a request to sync the partitions of the registered tables LogTypes []string // the log types to sync Continuation *Continuation // if not nil, start here }
Click to show internal directories.
Click to hide internal directories.