Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Core ¶
type Core interface { // login created peer identity Start(key string, port int) error // logout current peer identity End() error // Join a new space JoinSpace(spaceName string) error // leave a joined space LeaveSpace(spaceName string) error }
Core interface
type RhizomeCore ¶
type RhizomeCore struct {
// contains filtered or unexported fields
}
RhizomeCore main cordinator
Click to show internal directories.
Click to hide internal directories.