Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Merger ¶
type Merger struct {
// contains filtered or unexported fields
}
see the main README.md for an explanation of this file.
type ResponseDataType ¶
type ResponseDataType string
const ( ResponseDataTypeUnknown ResponseDataType = "" ResponseDataTypeSliced ResponseDataType = "sliced" ResponseDataTypeSearch ResponseDataType = "search" )
func GetResponseDataType ¶
func GetResponseDataType[DataType any](rType reflect.Type) ResponseDataType
Click to show internal directories.
Click to hide internal directories.