Worker interfaceΒΆ
In Juju, the worker interface is a Go interface in the Go worker
library that defines the
Kill()
and
Wait()
methods implemented by any Juju worker.
See more: Go packages |
worker
>worker.go
In Juju, the worker interface is a Go interface in the Go worker
library that defines the
Kill()
and
Wait()
methods implemented by any Juju worker.
See more: Go packages |
worker
>worker.go