aboutsummaryrefslogtreecommitdiff
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
}