MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / Client

Struct Client

client/sign/sign.go:21–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20type (
21 Client struct {
22 lock sync.RWMutex
23 signCount atomic.Uint32
24 instances []*remote
25 app *auth.AppInfo
26 httpClient *http.Client
27 extraHeaders http.Header
28 log func(string, ...any)
29 lastTestTime time.Time
30 }
31
32 remote struct {
33 server string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected