DataDir returns the directory where scripts data is stored.
()
| 102 | |
| 103 | // DataDir returns the directory where scripts data is stored. |
| 104 | func (r *Runner) DataDir() string { |
| 105 | return r.dataDir |
| 106 | } |
| 107 | |
| 108 | // ScriptBinDir returns the directory where scripts can store executable |
| 109 | // binaries. |