Versions in this module Expand all Collapse all v1 v1.0.0 May 28, 2022 Changes in this version + func Chunk(slice []K, batchSize int) [][]K + func DoesSliceContain(dataSlice []string, toCompare string) bool + func GetEnvDefault(key string, def string) (result string) + func PickField(iterator []K, returner func(K) V) (result []V) + type Writer struct + func NewWriter(options ...WriterOptions) *Writer + func (wr *Writer) Error(msg string, values ...interface{}) + func (wr *Writer) Info(msg string) + func (wr *Writer) Success(msg string, values ...interface{}) + type WriterOptions func(w *Writer) + func WithSilent(silent bool) WriterOptions