Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6boris/web3-template
/ UserHTTPClientImpl
Struct
UserHTTPClientImpl
api/service/dex-member/user_http.pb.go:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
type
UserHTTPClientImpl
struct
{
60
cc *http.Client
61
}
62
63
func
NewUserHTTPClient(client *http.Client) UserHTTPClient {
64
return
&UserHTTPClientImpl{client}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected