Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReaderPlugin ¶
type ReaderPlugin struct {
Impl Reader
}
func (*ReaderPlugin) Client ¶
func (r *ReaderPlugin) Client(broker *plugin.MuxBroker, c *rpc.Client) (interface{}, error)
func (*ReaderPlugin) Server ¶
func (r *ReaderPlugin) Server(broker *plugin.MuxBroker) (interface{}, error)
type ReaderRPCClient ¶
type ReaderRPCClient struct {
// contains filtered or unexported fields
}
func (*ReaderRPCClient) Read ¶
func (g *ReaderRPCClient) Read(key string) string
type ReaderRPCServer ¶
type ReaderRPCServer struct {
Impl Reader
}
type WriterPlugin ¶
type WriterPlugin struct {
Impl Writer
}
func (*WriterPlugin) Client ¶
func (r *WriterPlugin) Client(broker *plugin.MuxBroker, c *rpc.Client) (interface{}, error)
func (*WriterPlugin) Server ¶
func (r *WriterPlugin) Server(broker *plugin.MuxBroker) (interface{}, error)
type WriterRPCClient ¶
type WriterRPCClient struct {
// contains filtered or unexported fields
}
func (*WriterRPCClient) Update ¶
func (g *WriterRPCClient) Update(data []byte) string
type WriterRPCServer ¶
type WriterRPCServer struct {
Impl Writer
}
Click to show internal directories.
Click to hide internal directories.