Worker interface¶
In Juju, the worker interface is a Go interface in the Go worker package 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 package that defines the
Kill() and
Wait() methods implemented by any Juju worker.
See more: Go packages |
worker>worker.go