Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunOnHostingPlaces ¶
func RunOnHostingPlaces[X, Y any](hps []string, data X, run func(string, X, chan HostingPlaceData[Y])) (map[string]Y, error)
Generic function to run specific function on each region and then aggregate the results into a struct
func SendAsyncErr ¶
func SendAsyncErr[X any](c chan HostingPlaceData[[]X], err error)
Types ¶
type HostingPlaceData ¶
Click to show internal directories.
Click to hide internal directories.