Documentation ¶
Index ¶
- func AwaitWaitGroup(wg *sync.WaitGroup, timeout time.Duration) bool
- func DecisionToString(d *s.Decision) string
- func HistoryEventToString(e *s.HistoryEvent) string
- func IsTypeByteSlice(inType reflect.Type) 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)
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 ¶
DecisionToString convert Decision to string
func HistoryEventToString ¶
func HistoryEventToString(e *s.HistoryEvent) string
HistoryEventToString convert HistoryEvent to string
func IsTypeByteSlice ¶ added in v0.12.2
IsTypeByteSlice checks whether the type passed in is a ByteSlice type
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.