Skip to content

Instantly share code, notes, and snippets.

@ggicci
Last active May 17, 2021 07:26
Show Gist options
  • Save ggicci/f51a3486b13b34cc4f8f188bdde04ad6 to your computer and use it in GitHub Desktop.
Save ggicci/f51a3486b13b34cc4f8f188bdde04ad6 to your computer and use it in GitHub Desktop.
type ListUsersInput struct {
Page int `in:"form=page"`
PerPage int `in:"form=per_page"`
IsMember bool `in:"form=is_member"`
}
input := &ListUsersInput{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment