Documentation ¶
Index ¶
Constants ¶
View Source
const (
ObjectUpdateMessage byte = iota
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Constructor ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewNetworkManager ¶
func NewNetworkManager(conn io.ReadWriter) *Manager
func (*Manager) RegisterConstructor ¶
func (mgr *Manager) RegisterConstructor(className string, f Constructor)
func (*Manager) RegisterInstance ¶
Click to show internal directories.
Click to hide internal directories.