Documentation
¶
Index ¶
- Constants
- func GetSerialKey(field *reflect.StructField, keyCasing string) string
- func IsEmptyMessage(t reflect.Type) bool
- func IsNullableType(t reflect.Type) bool
- func IsNullableTypeOrPointer(t reflect.Type) bool
- func IsOptionalType(t reflect.Type) bool
- func NullableHasValue(val *reflect.Value) bool
- func OptionalHasValue(value *reflect.Value) bool
Constants ¶
View Source
const ( KeyCasingPascalCase = "PASCAL_CASE" KeyCasingCamelCase = "CAMEL_CASE" KeyCasingSnakeCase = "SNAKE_CASE" )
Variables ¶
This section is empty.
Functions ¶
func GetSerialKey ¶
func GetSerialKey(field *reflect.StructField, keyCasing string) string
func IsEmptyMessage ¶
func IsNullableType ¶
func IsNullableTypeOrPointer ¶
func IsOptionalType ¶
func NullableHasValue ¶
func OptionalHasValue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.