Versions in this module Expand all Collapse all v0 v0.0.1 Oct 16, 2022 Changes in this version + func CreateDefaultContext() (context.Context, context.CancelFunc) + func RandHexString(n int, startsWithletter bool) string + func SeedMathRand() + func SortedMapKeys(m map[string]V) []string + func StringSliceContains(slice []string, search string) bool + type Done struct + func (d *Done) Close(err error) + func (d *Done) Done() <-chan struct{} + func (d *Done) Err() error + type WaitGroup struct + func (w *WaitGroup) Add(delta int) + func (w *WaitGroup) Done(err error) + func (w *WaitGroup) Err() error + func (w *WaitGroup) Run(f func() error) + func (w *WaitGroup) Wait() <-chan struct{}