mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-09-19 09:40:12 +00:00
test(agentcompat): expose connection count fixture option
Co-authored-by: naiba/CloudCode <hi+cloudcode@nai.ba>
This commit is contained in:
@@ -26,19 +26,20 @@ const (
|
||||
)
|
||||
|
||||
type AgentStartConfig struct {
|
||||
SourceDir string
|
||||
PreparedBinary *PreparedBinary
|
||||
Endpoint string
|
||||
Secret string
|
||||
UUID string
|
||||
TLS bool
|
||||
Debug bool
|
||||
CAFilePath string
|
||||
FMObserverRunID string
|
||||
Credential *syscall.Credential
|
||||
newSupervisor func(context.Context, processharness.Spec) *processharness.Supervisor
|
||||
trackPID func(int) error
|
||||
trackProcessGroup func(int) error
|
||||
SourceDir string
|
||||
PreparedBinary *PreparedBinary
|
||||
Endpoint string
|
||||
Secret string
|
||||
UUID string
|
||||
TLS bool
|
||||
Debug bool
|
||||
SkipConnectionCount bool
|
||||
CAFilePath string
|
||||
FMObserverRunID string
|
||||
Credential *syscall.Credential
|
||||
newSupervisor func(context.Context, processharness.Spec) *processharness.Supervisor
|
||||
trackPID func(int) error
|
||||
trackProcessGroup func(int) error
|
||||
}
|
||||
|
||||
type AgentStartError struct {
|
||||
|
||||
Reference in New Issue
Block a user