Versions in this module Expand all Collapse all v0 v0.0.1 Jun 14, 2024 Changes in this version + func AreStructsEqual(s1, s2 interface{}, fieldsToExclude []string) bool + func DoesSliceContain[T comparable](slice []T, target T) bool + func GetStructHash(s interface{}, fieldsToExclude []string) (uint64, error) + func IsRegionValid(region string) (bool, error) + func ZoneToRegion(zone string) (string, error)