MCPcopy Create free account
hub / github.com/Mrs4s/six-cli / SixHttpClient

Struct SixHttpClient

models/httpclient.go:16–20  ·  view source on GitHub ↗

6盘

Source from the content-addressed store, hash-verified

14
15// 6盘
16type SixHttpClient struct {
17 QingzhenToken string
18
19 client *http.Client
20}
21
22func NewSixHttpClient(token string) *SixHttpClient {
23 cli := &SixHttpClient{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected