feat: init client
This commit is contained in:
10
models/set_card_count_resume.go
Normal file
10
models/set_card_count_resume.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
// SetCardCountResume card count resume of the set.
|
||||
type SetCardCountResume struct {
|
||||
// Total of number of cards.
|
||||
Total int `json:"total"`
|
||||
|
||||
// Official number of cards officially (on the bottom of each cards).
|
||||
Official int `json:"official"`
|
||||
}
|
||||
Reference in New Issue
Block a user