MCPcopy Create free account
hub / github.com/6boris/web3-template / DemoHTTPClientImpl

Struct DemoHTTPClientImpl

api/interface/web3/demo_http.pb.go:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85type DemoHTTPClientImpl struct {
86 cc *http.Client
87}
88
89func NewDemoHTTPClient(client *http.Client) DemoHTTPClient {
90 return &DemoHTTPClientImpl{client}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected