Documentation ¶
Overview ¶
Package agentclientparams implements function parameters for [e2e.Agent]
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Params)
Option alias to a functional option changing a given Params instance
func WithSkipWaitForAgentReady ¶
func WithSkipWaitForAgentReady() Option
WithSkipWaitForAgentReady skips waiting for agent readiness after setting up the agent client Use it to testagent configuration that are expected to have an unhealthy agent
type Params ¶
type Params struct {
ShouldWaitForReady bool
}
Params defines the parameters for the Agent client. The Params configuration uses the Functional options pattern.
The available options are:
Click to show internal directories.
Click to hide internal directories.