Documentation
¶
Index ¶
Constants ¶
View Source
const (
// InfoURL is the well-known HTTP GET endpoint that retrieves description of the plugin's interfaces.
InfoURL = "/info/api.json"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputExample ¶
type InputExample interface { // SetExampleProperties updates the parameter with example properties. // The request param must be a pointer SetExampleProperties(request interface{}) }
InputExample is the interface implemented by the rpc implementations for group, instance, and flavor to set example input using custom/ vendored data types.
Click to show internal directories.
Click to hide internal directories.