GetVersion returns the version of dgraph the cluster is running
()
| 1195 | |
| 1196 | // GetVersion returns the version of dgraph the cluster is running |
| 1197 | func (c *LocalCluster) GetVersion() string { |
| 1198 | return c.conf.version |
| 1199 | } |
| 1200 | |
| 1201 | // GetRepoDir returns the repositroty directory of the cluster |
| 1202 | func (c *LocalCluster) GetRepoDir() (string, error) { |
no outgoing calls
no test coverage detected