Files
herolib/lib/virt/heropods
Mahmoud-Emad ad7e1980a5 refactor: Integrate logger and refactor network operations
- Replace console logging with logger.log calls
- Improve network bridge creation robustness
- Enhance network IP allocation and cleanup logic
- Refactor network cleanup for better concurrency handling
2025-11-12 11:28:56 +02:00
..

heropods

To get started



import incubaid.herolib.clients. heropods

mut client:= heropods.get()!

client...




example heroscript

!!heropods.configure
    secret: '...'
    host: 'localhost'
    port: 8888