10 lines
342 B
Markdown
10 lines
342 B
Markdown
in pkg/handlerfactory
|
|
create a handler for the process manager
|
|
the code of process manager is in pkg/processmanager/processmanager.go
|
|
|
|
make a directory per handler and call processmanager underneith handlerfactory
|
|
|
|
inspiration how to do it comes from pkg/handlerfactory/cmd/vmhandler/vm_handler.go
|
|
|
|
|
|
how to use heroscript is in pkg/heroscript |