ch9.2-9.3
This commit is contained in:
@@ -16,6 +16,7 @@ type Models struct {
|
||||
Get(id int64) (*Movie, error)
|
||||
Update(movie *Movie) error
|
||||
Delete(id int64) error
|
||||
GetAll(title string, genres []string, filter Filters) ([]*Movie, error)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user