Files
herolib/lib/virt/heropods/readme.md
Mahmoud-Emad deb1210405 refactor: Rename ContainerFactory to HeroPods
- Rename ContainerFactory struct to HeroPods
- Update method names and receiver types accordingly
- Adjust imports and internal references
2025-11-11 10:08:15 +02:00

242 B

heropods

To get started



import incubaid.herolib.clients. heropods

mut client:= heropods.get()!

client...




example heroscript

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