Versions in this module Expand all Collapse all v0 v0.1.1 Oct 16, 2024 Changes in this version + func MustParseDuration(d string) time.Duration + func MustParseRAMInBytes(size string) int64 v0.1.0 Oct 9, 2024 Changes in this version + func LogToErrorAndReturn(ctx context.Context, format string, args ...interface{}) error + func PrettyPrintJSON(x interface{}) string + type StringSet map[string]struct