SetNamespace sets the namespace which the ControllerHTTPClient connects to
(namespace string)
| 196 | |
| 197 | // SetNamespace sets the namespace which the ControllerHTTPClient connects to |
| 198 | func (c *ControllerHTTPClient) SetNamespace(namespace string) { |
| 199 | c.namespace = namespace |
| 200 | } |
| 201 | |
| 202 | // FetchAllSchemas fetches all schemas |
| 203 | func (c *ControllerHTTPClient) FetchAllSchemas() (tables []*metaCom.Table, err error) { |
no outgoing calls
no test coverage detected