(lc listConfig)
| 22 | } |
| 23 | |
| 24 | func (m *CLIBridgeModule) saveListConfig(lc listConfig) error { |
| 25 | return m.plug.WriteStruct(listConfigKey, lc) |
| 26 | } |
| 27 | |
| 28 | // apiGetConfig handles GET /admin/api/v1/clibridge-config. |
| 29 | func (m *CLIBridgeModule) apiGetConfig(r *http.Request) (int, bool, any) { |
no test coverage detected