GetConfig fetches the parsed config.
()
| 122 | |
| 123 | // GetConfig fetches the parsed config. |
| 124 | func (c *Client) GetConfig() (map[string]any, error) { |
| 125 | return c.getJSON("/v0/management/config") |
| 126 | } |
| 127 | |
| 128 | // GetConfigYAML fetches the raw config.yaml content. |
| 129 | func (c *Client) GetConfigYAML() (string, error) { |
no test coverage detected