mirror of
https://github.com/bestnite/go-igdb.git
synced 2025-07-04 10:42:34 +08:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
ecf81bcf79 |
@ -72,6 +72,6 @@ type EntityEndpoint[T any] interface {
|
||||
Query(string) ([]*T, error)
|
||||
GetByID(uint64) (*T, error)
|
||||
GetByIDs([]uint64) ([]*T, error)
|
||||
GetLastOneId() (uint64, error)
|
||||
Count() (uint64, error)
|
||||
Paginated(uint64, uint64) ([]*T, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user