Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluginServer ¶
type PluginServer interface { Start() error Test(string, *StringResponse) error }
func NewPluginServer ¶
func NewPluginServer(logger lager.Logger) PluginServer
type StringResponse ¶
type StringResponse struct {
StringResponse string
}
Click to show internal directories.
Click to hide internal directories.