| 50 | } |
| 51 | |
| 52 | type AssetsHTTPClient interface { |
| 53 | GetUserAccountsAssets(ctx context.Context, req *GetUserAccountsAssetsRequest, opts ...http.CallOption) (rsp *GetUserAccountsAssetsReply, err error) |
| 54 | } |
| 55 | |
| 56 | type AssetsHTTPClientImpl struct { |
| 57 | cc *http.Client |
nothing calls this directly
no outgoing calls
no test coverage detected