Toggle navigation
Toggle navigation
This project
Loading...
Sign in
유명현
/
mamuri-bot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
윤준석
2022-05-11 01:11:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
62d71cc4c46fa3a212002158882cb2bcb9f22c22
62d71cc4
1 parent
43a3c7d9
FIX: Item model field
add ThumbnailUrl and ItemUrl
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
joongna/model/item.go
joongna/model/item.go
View file @
62d71cc
...
...
@@ -4,6 +4,7 @@ type Item struct {
Platform
string
`json:"platform"`
Name
string
`json:"name"`
Price
uint
`json:"price"`
Url
string
`json:"url"`
ThumbnailUrl
string
`json:"thumbnailUrl"`
ItemUrl
string
`json:"itemUrl"`
ExtraInfo
string
`json:"extraInfo"`
}
...
...
Please
register
or
login
to post a comment