Initializerheckj.formic 0.3.0Formic
init(name:state:retry:resolveTimeout:)
Creates a new declaration for a Debian package resource
init(name: String, state: DesiredPackageState, retry: Backoff = .never, resolveTimeout: Duration = .seconds(60))
Parameters
- name
The name of the package.
- state
The desired state of the package.
- retry
The retry settings for resolving the resource.
- resolveTimeout
The execution timeout to allow the resource to resolve.