Skip to content

How to SetResult() an array of struct? #534

Closed Answered by stephanwesten
wsw70 asked this question in Q&A
Discussion options

You must be logged in to vote

For me there was no need to introduce a separate struct

rows := []Row{}
....
SetResult(&rows).
...

works. I did have to set the return type to json:

SetHeader("Accept", "application/json").

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@wsw70
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jeevatkm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants