Versions in this module Expand all Collapse all v1 v1.12.0 Dec 10, 2021 v1.11.2 Nov 25, 2021 Changes in this version + func AwaitWaitGroup(wg *sync.WaitGroup, timeout time.Duration) bool + func CommandToString(d *commandpb.Command) string + func HistoryEventToString(e *historypb.HistoryEvent) string + func IsInterfaceNil(i interface{}) bool + func MergeDictoRight(src map[string]string, dest map[string]string) + func MergeDicts(dic1 map[string]string, dic2 map[string]string) (resultDict map[string]string) + type OnceCell struct + func LazyOnceCell(fetcher fetcher) OnceCell + func PopulatedOnceCell(value string) OnceCell + func (oc *OnceCell) Get() string