open-nomad/client/serviceregistration/checks
Seth Hoenig 2088ca3345
cleanup more helper updates (#14638)
* cleanup: refactor MapStringStringSliceValueSet to be cleaner

* cleanup: replace SliceStringToSet with actual set

* cleanup: replace SliceStringSubset with real set

* cleanup: replace SliceStringContains with slices.Contains

* cleanup: remove unused function SliceStringHasPrefix

* cleanup: fixup StringHasPrefixInSlice doc string

* cleanup: refactor SliceSetDisjoint to use real set

* cleanup: replace CompareSliceSetString with SliceSetEq

* cleanup: replace CompareMapStringString with maps.Equal

* cleanup: replace CopyMapStringString with CopyMap

* cleanup: replace CopyMapStringInterface with CopyMap

* cleanup: fixup more CopyMapStringString and CopyMapStringInt

* cleanup: replace CopySliceString with slices.Clone

* cleanup: remove unused CopySliceInt

* cleanup: refactor CopyMapStringSliceString to be generic as CopyMapOfSlice

* cleanup: replace CopyMap with maps.Clone

* cleanup: run go mod tidy
2022-09-21 14:53:25 -05:00
..
checkstore cleanup more helper updates (#14638) 2022-09-21 14:53:25 -05:00
client.go nsd: add support for setting request body in http checks 2022-08-04 14:40:23 -05:00
client_test.go cleanup more helper updates (#14638) 2022-09-21 14:53:25 -05:00
result.go cleanup more helper updates (#14638) 2022-09-21 14:53:25 -05:00
result_test.go cleanup: use constants for on_update values 2022-07-21 13:09:47 -05:00