MCPcopy Create free account
hub / github.com/clrxbl/blockgametracker / Client

Struct Client

internal/queue/client.go:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14const defaultBaseURL = "https://api.cloudflare.com"
15
16type Client struct {
17 BaseURL string
18 AccountID string
19 QueueID string
20 Token string
21 HTTP *http.Client
22}
23
24func NewClient(accountID, queueID, token string) *Client {
25 return &Client{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected