package utils func GetBoolPointer(t bool) *bool { return &t }