(config *ClusterConfig)
| 1147 | } |
| 1148 | |
| 1149 | func (c *connectionWrappingModel) ClusterConfig(config *ClusterConfig) error { |
| 1150 | return c.model.ClusterConfig(c.conn, config) |
| 1151 | } |
| 1152 | |
| 1153 | func (c *connectionWrappingModel) Closed(err error) { |
| 1154 | c.model.Closed(c.conn, err) |
nothing calls this directly
no test coverage detected