Integrate-with-supabase-backend

This commit is contained in:
Harshavardhan Musanalli
2025-10-28 07:53:14 +01:00
parent 8832450a1f
commit 8328f8d5b3
6 changed files with 267 additions and 55 deletions

View File

@@ -73,7 +73,7 @@ func checkKernelVersionCompatibility() {
os.Exit(1)
}
fmt.Printf("✅ Kernel version %s is compatible with eBPF\n", kernelVersion)
}
// checkEBPFSupport validates eBPF subsystem availability
@@ -97,7 +97,7 @@ func checkEBPFSupport() {
syscall.Close(int(fd))
}
fmt.Printf("✅ eBPF syscall is available\n")
}
// runInteractiveDiagnostics starts the interactive diagnostic session