feat: init client
This commit is contained in:
19
models/set_resume.go
Normal file
19
models/set_resume.go
Normal file
@@ -0,0 +1,19 @@
|
||||
package models
|
||||
|
||||
// SetResume resume of the set.
|
||||
type SetResume struct {
|
||||
// ID Globally unique set ID.
|
||||
ID string
|
||||
|
||||
// Name of the set.
|
||||
Name string
|
||||
|
||||
// Logo incomplete URL.
|
||||
Logo string
|
||||
|
||||
// Symbol incomplete URL.
|
||||
Symbol string
|
||||
|
||||
// CardCount number of card in the set.
|
||||
CardCount SetCardCountResume
|
||||
}
|
||||
Reference in New Issue
Block a user