Skip to content

Instantly share code, notes, and snippets.

@sullemanhossam
Created August 7, 2024 09:01
Show Gist options
  • Save sullemanhossam/a4c7f8d64e11723f05bf2f604c3f7c7b to your computer and use it in GitHub Desktop.
Save sullemanhossam/a4c7f8d64e11723f05bf2f604c3f7c7b to your computer and use it in GitHub Desktop.
package cronJob
import "fmt"
func HealthCheck() (map[string]string, error) {
// Return a map with details of the ping status
connectionStats := map[string]string{
"Time": ip,
"Bytes": netmask,
"Duration": fmt.Sprintf("%s/%d", ip, cidr),
"Network Address": network,
}
// for key, value := range ipRangeDetails {
// fmt.Printf("%s: %s\n", key, value)
// }
return connectionStats, nil
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment