()
| 63 | } |
| 64 | |
| 65 | func (r Root) PostgresPort() File { |
| 66 | r.mustNotEmpty() |
| 67 | return File(filepath.Join(r.PostgresPath(), "port")) |
| 68 | } |
| 69 | |
| 70 | // File provides convenience methods for interacting with *os.File. |
| 71 | type File string |
no test coverage detected