(netConn net.Conn)
| 16 | } |
| 17 | |
| 18 | func (c *PubSub) SetNetConn(netConn net.Conn) { |
| 19 | c.cn = pool.NewConn(netConn) |
| 20 | } |
| 21 | |
| 22 | func (c *ClusterClient) LoadState(ctx context.Context) (*clusterState, error) { |
| 23 | // return c.state.Reload(ctx) |
no test coverage detected