Skip to content

Commit

Permalink
added feed param
Browse files Browse the repository at this point in the history
  • Loading branch information
MarketDataApp committed Jul 20, 2024
1 parent fd01fd3 commit 0d820e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helpers/parameters/UniversalParams.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// UniversalParams represents the universal parameters for a request.
// It includes limit, date format, offset, format, headers, columns, human, and error.
// It includes limit, date format, offset, format, headers, columns, human, error, and feed.
type UniversalParams struct {
Limit int `query:"limit"`
DateFormat string `query:"dateformat"`
Expand All @@ -14,6 +14,7 @@ type UniversalParams struct {
Headers bool `query:"headers"`
Columns string `query:"columns"`
Human bool `query:"human"`
Feed string `query:"feed"`
Error error
}

Expand Down

0 comments on commit 0d820e0

Please sign in to comment.