type
PluginEndpoint
type PluginEndpoint struct {
Method string `json:"method"`
Path string `json:"path"`
Summary string `json:"summary"`
}Public method, path, and summary for one compiled plugin endpoint.
Methodstring- The Method value.
Pathstring- The Path value.
Summarystring- The Summary value.