Documentation ¶
Index ¶
Constants ¶
View Source
const ReadmeFile = "README.md"
ReadmeFile is the location we look for to extract documentation from template versions.
Variables ¶
This section is empty.
Functions ¶
func IsMissingParameterError ¶
IsMissingParameterError returns whether the error message provided is a missing parameter error. This can indicate to consumers that they should check parameters.
Types ¶
type Dialer ¶
type Dialer func(ctx context.Context) (proto.DRPCProvisionerDaemonClient, error)
Dialer represents the function to create a daemon client connection.
type Options ¶
type Options struct { Logger slog.Logger ForceCancelInterval time.Duration UpdateInterval time.Duration PollInterval time.Duration Provisioners Provisioners WorkDirectory string }
Options provides customizations to the behavior of a provisioner daemon.
type Provisioners ¶
type Provisioners map[string]sdkproto.DRPCProvisionerClient
Provisioners maps provisioner ID to implementation.
Click to show internal directories.
Click to hide internal directories.