Documentation
¶
Overview ¶
Package updaters defines updates for dynamic requests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InsertTaskLeft ¶
func InsertTaskLeft( taskList *[]*api.CrosTestRunnerDynamicRequest_Task, task *api.CrosTestRunnerDynamicRequest_Task, at int)
InsertTaskLeft places the task to the left of the index.
func InsertTaskRight ¶
func InsertTaskRight( taskList *[]*api.CrosTestRunnerDynamicRequest_Task, task *api.CrosTestRunnerDynamicRequest_Task, at int)
InsertTaskRight places the task to the right of the index.
func ProcessUpdateAction ¶
func ProcessUpdateAction(req *api.CrosTestRunnerDynamicRequest, updateAction *api.UpdateAction, focalIndex int) error
ProcessUpdateAction maps each update action to a handler.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.