()
| 35 | } |
| 36 | |
| 37 | func (r *Runtime) GetPath() string { |
| 38 | return path.Join(global.Dir.RuntimeDir, r.Type, r.Name) |
| 39 | } |
| 40 | |
| 41 | func (r *Runtime) GetFPMPath() string { |
| 42 | return path.Join(global.Dir.RuntimeDir, r.Type, r.Name, "conf", "php-fpm.conf") |
no outgoing calls
no test coverage detected