Documentation ¶
Index ¶
- func AwaitWaitGroup(wg *sync.WaitGroup, timeout time.Duration) bool
- func DecisionToString(d *decisionpb.Decision) string
- func HistoryEventToString(e *eventpb.HistoryEvent) string
- func MergeDictoRight(src map[string]string, dest map[string]string)
- func MergeDicts(dic1 map[string]string, dic2 map[string]string) (resultDict map[string]string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AwaitWaitGroup ¶
AwaitWaitGroup calls Wait on the given wait Returns true if the Wait() call succeeded before the timeout Returns false if the Wait() did not return before the timeout
func DecisionToString ¶
func DecisionToString(d *decisionpb.Decision) string
DecisionToString convert Decision to string
func HistoryEventToString ¶
func HistoryEventToString(e *eventpb.HistoryEvent) string
HistoryEventToString convert HistoryEvent to string
func MergeDictoRight ¶
MergeDictoRight copies the contents of src to dest
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.