GetPath returns the absolute path of the shutdown marker file
(dirPath string)
| 58 | |
| 59 | // GetPath returns the absolute path of the shutdown marker file |
| 60 | func GetPath(dirPath string) string { |
| 61 | return path.Join(dirPath, shutdownMarkerFilename) |
| 62 | } |
no test coverage detected