Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct {
Family, Address, RootName, OtherRootName string
}
type Connector ¶
type Connector struct {
Left, Right Connection
}
Connector glues together two tfhfs servers ('left' and 'right').
The are both connected to, and then LeftName on left server is synchronized with RightName on right server and vice versa. This is repeated every SyncInterval if there is need.
func (*Connector) Sync ¶
func (self *Connector) Sync(from *Connection, to *Connection) (ops int, err error)
Click to show internal directories.
Click to hide internal directories.