MCPcopy Create free account
hub / github.com/chirpstack/chirpstack / Client

Class Client

backend/src/lib.rs:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77pub struct Client {
78 client: reqwest::Client,
79 config: ClientConfig,
80 headers: HeaderMap,
81}
82
83impl Client {
84 pub fn new(c: ClientConfig) -> Result<Self> {

Callers 4

setupFunction · 0.85
get_async_redis_connFunction · 0.85
get_async_connectionMethod · 0.85
newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected