package sql_executor type ExecuteSqlJsonBody struct { Sql string `json:"sql"` OperatorID string `json:"operatorId"` }