pascal case
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
package rest
|
||||
|
||||
|
||||
type HTTPError struct {
|
||||
Error string
|
||||
}
|
||||
@ -19,7 +18,6 @@ type Session struct {
|
||||
}
|
||||
|
||||
type SendQuoteRequest struct {
|
||||
QuoteReqID string `json:"quote_req_id" binding:"required"`
|
||||
Price string `json:"price" binding:"required" example:"99.6"`
|
||||
QuoteReqID string `json:"QuoteReqID" binding:"required"`
|
||||
Price string `json:"Price" binding:"required" example:"99.6"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user