Documentation ¶
Overview ¶
package drpcmanager reads packets from a transport to make streams.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) DoneSig ¶
func (m *Manager) DoneSig() *drpcsignal.Signal
type Server ¶
type Server interface {
HandleRPC(stream *drpcstream.Stream, rpc string)
}
Click to show internal directories.
Click to hide internal directories.