(config *ClusterConfig)
| 160 | } |
| 161 | |
| 162 | func (e encryptedModel) ClusterConfig(config *ClusterConfig) error { |
| 163 | return e.model.ClusterConfig(config) |
| 164 | } |
| 165 | |
| 166 | func (e encryptedModel) Closed(err error) { |
| 167 | e.model.Closed(err) |
nothing calls this directly
no test coverage detected