package common func BoolP(val bool) *bool { return &val } func StringP(val string) *string { return &val }