Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CounterPlugin ¶
type CounterPlugin struct {
Impl Counter
}
func (*CounterPlugin) Client ¶
func (p *CounterPlugin) Client(broker *plugin.MuxBroker, c *rpc.Client) (interface{}, error)
func (*CounterPlugin) Server ¶
func (p *CounterPlugin) Server(broker *plugin.MuxBroker) (interface{}, error)
type CounterRPC ¶
type CounterRPC struct {
// contains filtered or unexported fields
}
func (*CounterRPC) Add ¶
func (c *CounterRPC) Add(x int) int
type CounterRPCServer ¶
type CounterRPCServer struct {
Impl Counter
}
Click to show internal directories.
Click to hide internal directories.