test

package
v1.16.1 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PLUGIN_HOST_URL = "http://localhost:8082"
)

Variables

This section is empty.

Functions

func CallPlugin

func CallPlugin(name, action, input string) map[string]string

func UnmarshalJson

func UnmarshalJson(source interface{}, target interface{}) error

Types

type Output

type Output struct {
	Guid string `json:"guid,omitempty"`
}

type Outputs

type Outputs struct {
	Outputs []Output `json:"outputs,omitempty"`
}

type PluginResponse

type PluginResponse struct {
	ResultCode string  `json:"result_code"`
	ResultMsg  string  `json:"result_message"`
	Results    Outputs `json:"results"`
}

Jump to

Keyboard shortcuts

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