()
| 16 | } |
| 17 | |
| 18 | func (m *CLIBridgeModule) loadListConfig() listConfig { |
| 19 | var lc listConfig |
| 20 | m.plug.ReadIntoStruct(listConfigKey, &lc) |
| 21 | return lc |
| 22 | } |
| 23 | |
| 24 | func (m *CLIBridgeModule) saveListConfig(lc listConfig) error { |
| 25 | return m.plug.WriteStruct(listConfigKey, lc) |
no test coverage detected