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