feat: init client
This commit is contained in:
10
models/card_item.go
Normal file
10
models/card_item.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
// CardItem represents an item.
|
||||
type CardItem struct {
|
||||
// Name of the item.
|
||||
Name string `json:"name"`
|
||||
|
||||
// Effect of the item.
|
||||
Effect string `json:"effect"`
|
||||
}
|
||||
Reference in New Issue
Block a user