index
:
metachan
main
Complete Anime & Manga Metadata Database
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
api
/
tmdb
/
types.go
blob: 0ade27ab98d1cc1baebdb3b1aa0eb5754d3503e5 (
plain
)
1
2
3
4
5
6
7
8
9
package
tmdb
import
(
"net/http"
)
type
client
struct
{
httpClient
*
http
.
Client
}