Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetectCapabilities ¶
func DetectCapabilities(jc config.JobConfiguration, jobServer JobServerInterface) types.WorkerCapabilities
DetectCapabilities automatically detects available capabilities based on configuration Always performs real capability detection by probing APIs and actors to ensure accurate reporting
Types ¶
type JobServerInterface ¶
type JobServerInterface interface {
GetWorkerCapabilities() types.WorkerCapabilities
}
JobServerInterface defines the methods we need from JobServer to avoid circular dependencies
Click to show internal directories.
Click to hide internal directories.