agentDomain

package
v0.0.0-...-9b5f5b5 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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 {
}

Jump to

Keyboard shortcuts

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