Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatPeer ¶
type ChatPeer struct {
// contains filtered or unexported fields
}
func NewChatPeer ¶
func NewChatPeer(ip string, sourcePort int, readFrom chan MessageToSend, writeFunc OnMessageReceived) (*ChatPeer, error)
func (*ChatPeer) GetMultiaddr ¶
type MessageToSend ¶
type OnMessageReceived ¶
Click to show internal directories.
Click to hide internal directories.