Remove UserID from types.DbIncome
This commit is contained in:
parent
602b3da13b
commit
78d420e1d2
|
@ -56,7 +56,6 @@ type DbIncome struct {
|
||||||
Comment string `json:"comment" example:"pizza"`
|
Comment string `json:"comment" example:"pizza"`
|
||||||
Value uint64 `json:"value" example:"20000"`
|
Value uint64 `json:"value" example:"20000"`
|
||||||
Date time.Time `json:"date" example:"29/11/2001 12:00"`
|
Date time.Time `json:"date" example:"29/11/2001 12:00"`
|
||||||
UserID uint `json:"user_id" example:"1"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type DbType struct {
|
type DbType struct {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user