| 23 | ) |
| 24 | |
| 25 | type NetQuery struct { |
| 26 | mgr *mgr.Manager |
| 27 | instance instance |
| 28 | |
| 29 | Store *Database |
| 30 | |
| 31 | db *database.Interface |
| 32 | mng *Manager |
| 33 | feed chan *network.Connection |
| 34 | } |
| 35 | |
| 36 | func (nq *NetQuery) prepare() error { |
| 37 | var err error |
nothing calls this directly
no outgoing calls
no test coverage detected