package systemServer type SystemConfig struct { Payload PayloadConfig } type PayloadConfig struct { MaxRetryTime int MaxCpuUsage float32 MaxMemoryUsage float32 }