agentDomain

package
v0.0.0-...-36dec41 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InterfaceCall

type InterfaceCall struct {
	ExecUuid       string           `json:"execUuid"`
	ServerUrl      string           `json:"serverUrl"`
	Token          string           `json:"token"`
	TenantId       consts.TenantId  `json:"tenantId"`
	Data           domain.DebugData `json:"data"`
	LocalVarsCache iris.Map         `json:"localVarsCache"`
}

type InvokeObject

type InvokeObject struct {
	ServerUrl string `json:"serverUrl"`
	Token     string `json:"token"`
	Id        int    `json:"id"`
	UsedBy    string `json:"usedBy"`
}

type InvokeRequest

type InvokeRequest struct {
	ServerUrl string `json:"serverUrl"`
	Token     string `json:"token"`

	Data domain.DebugData `json:"data"`
}

type ParseSpecReq

type ParseSpecReq struct {
	Src  string `json:"src"`
	Type string `json:"type"`
	File string `json:"file"`
	Url  string `json:"url"`

	TargetId  int    `json:"targetId"`
	ServerUrl string `json:"serverUrl"`
	Token     string `json:"token"`
}

type SubmitSpecResp

type SubmitSpecResp struct {
}

type WsReq

type WsReq struct {
	Act consts.ExecType `json:"act"`

	ScenarioExecReq agentExec.ScenarioExecReq `json:"scenarioExecReq"`
	PlanExecReq     agentExec.PlanExecReq     `json:"planExecReq"`
	CasesExecReq    agentExec.CasesExecReq    `json:"casesExecReq"`

	MessageReq     agentExec.MessageExecReq `json:"messageReq"`
	LocalVarsCache iris.Map                 `json:"localVarsCache"`
	TenantId       consts.TenantId          `json:"tenantId"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL