Hello there,
We would like to know if our controller is running or not.
Currently, there is no interface available [here] (
|
type Controller interface { |
) to know that.
Information already exists [here] (
|
func (g *generic) isRunning() bool { |
) on the controller side; we just need to expose it on the interface.
Thanks in advance!