-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
When embedding structs there are parts of the library that fall over
For example:
if len(paginationOptions.KeySet) > 0 {
var values = make([]any, len(results))
lastResult := results[len(results)-1]
for i, c := range paginationOptions.KeySet {
values[i] = reflect.ValueOf(lastResult).FieldByName(c).Interface()
}
p.values = values
} else {
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels