# Functions
A function matching SecretsClientFactory that can be used in testing.
Create a new secret with the given content; if this is nil then the secret is inaccessible (403 / InsufficientScopes).
Reset fake secrets.
A function matching WorkerManagerClientFactory that can be used in testing.
Get the single registration that has occurred, or an error if there are not exactly one.
# Structs
No description provided by the author
No description provided by the author
# Interfaces
An interface containing the functions required of Secrets, allowing use of fakes that also match this interface.
An interface containing the functions required of WorkerManager, allowing use of fakes that also match this interface.
# Type aliases
A factory type that can create new instances of the Secrets interface.
A factory type that can create new instances of the WorkerManager interface.