feat: add summary dashboard history charts
This commit is contained in:
@@ -17,6 +17,7 @@ protocol ServerAPIProtocol {
|
||||
func fetchLoad() async throws -> LoadType
|
||||
func fetchMemory() async throws -> MemoryType
|
||||
func fetchUtilization() async throws -> UtilizationType
|
||||
func fetchCPUUtilizationPercent(apiKey: String) async throws -> Double
|
||||
func fetchServerSummary(apiKey: String) async throws -> ServerInfo
|
||||
func restartServer(apiKey: String) async throws
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user