Documentation ¶
Index ¶
- func AddViews(c *rx.Client, orderId uint32, value uint32) (*m.ActionResult, error)
- func Cancel(c *rx.Client, orderId uint32) (*m.ActionResult, error)
- func ChangeIncreaseValue(c *rx.Client, orderId uint32, value uint32) (*m.ActionResult, error)
- func ChangeLaunchMode(c *rx.Client, orderId uint32, params *m.LaunchParameters) (*m.ActionResult, error)
- func ChangeOnline(c *rx.Client, orderId uint32, value uint32) (*m.ActionResult, error)
- func IncreaseOff(c *rx.Client, orderId uint32) (*m.ActionResult, error)
- func IncreaseOn(c *rx.Client, orderId uint32, value uint32) (*m.ActionResult, error)
- func Run(c *rx.Client, orderId uint32) (*m.ActionResult, error)
- func Stop(c *rx.Client, orderId uint32) (*m.ActionResult, error)
- func TaskStatus(c *rx.Client, orderId uint32, taskId string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddViews ¶
AddViews Add views to order See https://api.reyden-x.com/docs#/Orders/add_views_v1_orders__order_id__action_add_views__value___patch
func Cancel ¶
Cancel the order See https://api.reyden-x.com/docs#/Orders/order_cancel_v1_orders__order_id__action_cancel__patch
func ChangeIncreaseValue ¶
ChangeIncreaseValue Change the time of the smooth set of viewers See https://api.reyden-x.com/docs#/Orders/change_increase_value_v1_orders__order_id__action_increase_change__value___patch
func ChangeLaunchMode ¶ added in v1.2.0
func ChangeLaunchMode(c *rx.Client, orderId uint32, params *m.LaunchParameters) (*m.ActionResult, error)
ChangeLaunchMode Change order launch parameters See https://api.reyden-x.com/docs#/Orders/change_launch_params_v1_orders__order_id__action_change_launch__patch
func ChangeOnline ¶
ChangeOnline Change the number of viewers See https://api.reyden-x.com/docs#/Orders/order_change_online_v1_orders__order_id__action_change_online__value___patch
func IncreaseOff ¶
IncreaseOff Disable smooth increase of viewers See https://api.reyden-x.com/docs#/Orders/increase_off_v1_orders__order_id__action_increase_off__patch
func IncreaseOn ¶
IncreaseOn Enable smooth increase of viewers See https://api.reyden-x.com/docs#/Orders/increase_on_v1_orders__order_id__action_increase_on__value___patch
func Run ¶
Run the order See https://api.reyden-x.com/docs#/Orders/order_run_v1_orders__order_id__action_run__patch
func Stop ¶
Stop the order See https://api.reyden-x.com/docs#/Orders/order_stop_v1_orders__order_id__action_stop__patch
func TaskStatus ¶
TaskStatus Check the task status See https://api.reyden-x.com/docs#/Orders/order_get_task_status_v1_orders__order_id__task__task_id__status__get
Types ¶
This section is empty.