MCPcopy Create free account
hub / github.com/alex-ahl/iptv-handler / ProxyUtil

Class ProxyUtil

src/api/src/utils/proxy.rs:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18#[derive(Clone)]
19pub struct ProxyUtil {
20 response_util: ResponseUtil,
21 db: Arc<DB>,
22 client: Arc<RestClient>,
23}
24
25impl ProxyUtil {
26 pub fn new(response_util: ResponseUtil, db: Arc<DB>, client: Arc<RestClient>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected