Files
herolib/lib/installers/threefold/griddriver
Mahmoud-Emad f789564f51 feat: Add encoderhero and heroscript_dumps/loads
- Add encoderhero import to multiple modules
- Implement heroscript_dumps and heroscript_loads functions
- Update several methods to use `if mut` for cleaner optionals
- Rename rclone globals for clarity
2025-10-13 21:49:19 +03:00
..
2025-03-03 17:32:28 -05:00

griddriver

To use the installer:

import incubaid.herolib.installers.threefold.griddriver

fn main() {
 mut installer := griddriver.get()!
 installer.install()!
}

example heroscript

!!griddriver.install
    homedir: '/home/user/griddriver'
    username: 'admin'
    password: 'secretpassword'
    title: 'Some Title'
    host: 'localhost'
    port: 8888