Versions in this module Expand all Collapse all v2 v2.1.1 Dec 9, 2025 v2.0.0 Jun 18, 2023 Changes in this version + type ActionAPI struct + func New(ctx context.Context) (*ActionAPI, error) + func (a *ActionAPI) ExecuteActionOnResourceByLabels(data *handlerTY.ResourceData) error + func (a *ActionAPI) ExecuteActionOnResourceByQuickID(data *handlerTY.ResourceData) error + func (a *ActionAPI) ExecuteGatewayAction(action string, nodeIDs []string) error + func (a *ActionAPI) ExecuteNodeAction(action string, nodeIDs []string) error + func (a *ActionAPI) Post(msg *msgTY.Message) error + func (a *ActionAPI) ToFieldByQuickID(quickID string, payload string) error