Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KillAllPlugin ¶ added in v0.6.0
func KillAllPlugin()
func RegisterHandler ¶
RegisterHandler define http request handler.
Types ¶
type PluginClient ¶ added in v0.6.0
type PluginClient struct {
// contains filtered or unexported fields
}
func NewPluginClient ¶ added in v0.6.0
func NewPluginClient(pluginFile string) *PluginClient
NewPluginClient can call from only host side. Plugin must not call this func.
func (*PluginClient) GetAPIClient ¶ added in v0.6.0
func (p *PluginClient) GetAPIClient() (pluginpb.OnstaticPluginClient, error)
func (*PluginClient) Kill ¶ added in v0.6.0
func (p *PluginClient) Kill()
Click to show internal directories.
Click to hide internal directories.