Documentation ¶
Overview ¶
Package changepointgrouper defines the top-level task queue which groups changepoints from changepoint analysis and export it BigQuery table.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterTaskHandler ¶
RegisterTaskHandler registers the handler for group changepoints tasks.
Types ¶
type ChangePointClient ¶
type ChangePointClient interface {
ReadChangepointsRealtime(ctx context.Context, week time.Time) ([]*changepoints.ChangepointDetailRow, error)
}
Click to show internal directories.
Click to hide internal directories.