Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 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.