Versions in this module Expand all Collapse all v5 v5.0.0 Mar 31, 2026 Changes in this version + type Getter struct + func StubGetter(raw map[string]interface{}) *Getter + func (g *Getter) Get(name string, outPtr interface{}) error + type StubResource struct + Error error + Outputs []interface{} + func NewStubResource(outputs ...interface{}) StubResource + type StubResources map[string]StubResource + func NewStubResources(raw map[string]interface{}) StubResources + func (resources StubResources) Getter() dependency.Getter Other modules containing this package github.com/juju/worker/v3 github.com/juju/worker/v4