feat: init client
This commit is contained in:
13
models/serie_resume.go
Normal file
13
models/serie_resume.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package models
|
||||
|
||||
// SerieResume resume of the serie.
|
||||
type SerieResume struct {
|
||||
// ID of the serie.
|
||||
ID string `json:"id"`
|
||||
|
||||
// Name of the serie.
|
||||
Name string `json:"name"`
|
||||
|
||||
// Logo of the serie.
|
||||
Logo string `json:"logo"`
|
||||
}
|
||||
Reference in New Issue
Block a user