Documentation ¶
Index ¶
- func Contains(collection []string, key string) bool
- func Convert(src, target interface{}) error
- func ConvertByJson(src, target interface{}) error
- func ConvertToInterfaceMap(input map[string]string) map[string]interface{}
- func FilterString(data map[string][]string) string
- func LabelFilter(key, value string) string
- type InParallel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToInterfaceMap ¶
Types ¶
type InParallel ¶
type InParallel struct {
// contains filtered or unexported fields
}
func (*InParallel) Add ¶
func (i *InParallel) Add(task func() error)
func (*InParallel) Wait ¶
func (i *InParallel) Wait() error
Click to show internal directories.
Click to hide internal directories.