Versions in this module Expand all Collapse all v1 v1.5.0 Jan 6, 2022 Changes in this version + type ListMapConverter map[string][]string + func (lm ListMapConverter) ToPbListMap() map[string]*structpb.ListValue + type LogDownloadRequest struct + Addon string + ClusterName string + Debug bool + End int64 + MaxReturn int64 + Query string + Size int + Sort []string + Start int64 + type LogKeyGroup map[LogKeyType]StringList + func (g LogKeyGroup) Contains(keyType LogKeyType) bool + func (g LogKeyGroup) ToESQueryString() string + func (g LogKeyGroup) Where(filter func(k LogKeyType, v StringList) bool) LogKeyGroup + type LogKeyType string + type LogKeys map[string]LogKeyType + func (m LogKeys) Add(logKeyValue string, logKeyName LogKeyType) + func (m LogKeys) Group() LogKeyGroup + type StringList []string + func (l StringList) All(predicate func(item string) bool) bool + func (l StringList) Any(predicate func(item string) bool) bool + func (l StringList) ToInterfaceList() []interface{}