MCPcopy
hub / github.com/davyxu/cellnet / CorePeerProperty

Struct CorePeerProperty

peer/peerprop.go:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "github.com/davyxu/cellnet"
4
5type CorePeerProperty struct {
6 name string
7 queue cellnet.EventQueue
8 addr string
9}
10
11// 获取通讯端的名称
12func (self *CorePeerProperty) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected