Skip to content

Add support for binding query params into a struct? #35

Description

@adelowo
type req struct {
    PerPage string `query:"per_page"`
    APIKey string `query:"key"`
}

// an alternative to render.Bind to check query params and convert into req

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions