Versions in this module Expand all Collapse all v3 v3.0.1 Oct 7, 2022 v3.0.0 Oct 7, 2022 Changes in this version + type Collection []string + func (c Collection) Intersect(o Collection) Collection + func (c Collection) Remove(o Collection) Collection + func (c Collection) Union(o Collection) Collection + type Properties map[string]string + func NewProperties() Properties + func (p Properties) Equals(o Properties) bool + func (p Properties) Get(key string) string + func (p Properties) Set(key string, value interface{}) Properties + func (p Properties) SetTag(tagKey *string, tagValue interface{}) Properties + func (p Properties) SetTagWithPrefix(prefix string, tagKey *string, tagValue interface{}) Properties + func (p Properties) String() string Other modules containing this package github.com/instruqt/aws-nuke github.com/instruqt/aws-nuke/v2