Versions in this module Expand all Collapse all v0 v0.9.0 Oct 20, 2021retracted Changes in this version + func StringSliceTransform(values []string, fct func(string) string) []string v0.8.0 Jul 23, 2020retracted Changes in this version + func StructToMap(obj interface{}) map[string]interface + type StringSet map[string]struct + func NewStringSet(initItems ...string) StringSet + func (s StringSet) Add(item string) + func (s StringSet) GetAll() []string Other modules containing this package github.com/DataDog/datadog-agent/pkg/util/common