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

Function NewClient

internal/queue/client.go:24–32  ·  view source on GitHub ↗
(accountID, queueID, token string)

Source from the content-addressed store, hash-verified

22}
23
24func NewClient(accountID, queueID, token string) *Client {
25 return &Client{
26 BaseURL: defaultBaseURL,
27 AccountID: accountID,
28 QueueID: queueID,
29 Token: token,
30 HTTP: &http.Client{Timeout: 10 * time.Second},
31 }
32}
33
34type pushBody struct {
35 Body string `json:"body"`

Callers 1

buildProducerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected