Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleterPlugin ¶
type DeleterPlugin struct {
Impl Deleter
}
func (*DeleterPlugin) Client ¶
func (r *DeleterPlugin) Client(broker *plugin.MuxBroker, c *rpc.Client) (interface{}, error)
func (*DeleterPlugin) Server ¶
func (r *DeleterPlugin) Server(broker *plugin.MuxBroker) (interface{}, error)
type DeleterRPCClient ¶
type DeleterRPCClient struct {
// contains filtered or unexported fields
}
func (*DeleterRPCClient) Delete ¶
func (g *DeleterRPCClient) Delete(key string) string
type DeleterRPCServer ¶
type DeleterRPCServer struct {
Impl Deleter
}
type UpdaterPlugin ¶
type UpdaterPlugin struct {
Impl Updater
}
func (*UpdaterPlugin) Client ¶
func (r *UpdaterPlugin) Client(broker *plugin.MuxBroker, c *rpc.Client) (interface{}, error)
func (*UpdaterPlugin) Server ¶
func (r *UpdaterPlugin) Server(broker *plugin.MuxBroker) (interface{}, error)
type UpdaterRPCClient ¶
type UpdaterRPCClient struct {
// contains filtered or unexported fields
}
func (*UpdaterRPCClient) Update ¶
func (g *UpdaterRPCClient) Update(data map[string]interface{}) string
type UpdaterRPCServer ¶
type UpdaterRPCServer struct {
Impl Updater
}
Click to show internal directories.
Click to hide internal directories.