()
| 97 | } |
| 98 | |
| 99 | func (cfg *Configuration) GetSocketFile() string { |
| 100 | return path.Join(cfg.runDir, cfg.appName+".sock") |
| 101 | } |
| 102 | |
| 103 | func (cfg *Configuration) GetLockFile() string { |
| 104 | return path.Join(cfg.runDir, cfg.appName+".lock") |
no outgoing calls
no test coverage detected