Documentation ¶
Overview ¶
Package common provides various helper functions
Package common provides various helper functions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMainCtxCancel ¶ added in v0.51.0
func GetMainCtxCancel() (context.Context, context.CancelFunc)
GetMainCtxCancel will return the main context and cancel function and populate them the main context can only be populated once
func StringSliceTransform ¶
StringSliceTransform returns a new slice `s` where s[i] = fct(values[i])
func StructToMap ¶
func StructToMap(obj interface{}) map[string]interface{}
StructToMap converts a struct to a map[string]interface{} based on `json` annotations defaulting to field names
Types ¶
type StringSet ¶
type StringSet map[string]struct{}
StringSet represents a list of uniq strings
func NewStringSet ¶
NewStringSet returns as new StringSet initialized with initItems
Click to show internal directories.
Click to hide internal directories.