GetAccountConfigPath get the path to account config yaml file
()
| 70 | |
| 71 | // GetAccountConfigPath get the path to account config yaml file |
| 72 | func getAccountConfigPath() string { |
| 73 | return fmt.Sprintf("%s/accounts.yaml", GetSpaceCloudDirectory()) |
| 74 | } |
| 75 | |
| 76 | // GetMountHostsFilePath returns the path of the hosts files to be mounted in in space cloud |
| 77 | func GetMountHostsFilePath(id string) string { |
no test coverage detected