Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotifierPlugin ¶
type NotifierPlugin struct {
Impl Notifier
}
Plugin wrapper for go-plugin
type NotifierRPC ¶
type NotifierRPC struct {
// contains filtered or unexported fields
}
Client-side proxy
func (*NotifierRPC) Notify ¶
func (c *NotifierRPC) Notify(message string) error
type NotifierRPCServer ¶
type NotifierRPCServer struct {
Impl Notifier
}
Server-side implementation of the RPC
func (*NotifierRPCServer) Notify ¶
func (s *NotifierRPCServer) Notify(args NotifyArgs, reply *EmptyReply) error
Click to show internal directories.
Click to hide internal directories.