MCPcopy
hub / github.com/benbjohnson/wtf / DialService

Struct DialService

http/dial.go:323–325  ·  view source on GitHub ↗

DialService implements the wtf.DialService over the HTTP protocol.

Source from the content-addressed store, hash-verified

321
322// DialService implements the wtf.DialService over the HTTP protocol.
323type DialService struct {
324 Client *Client
325}
326
327// NewDialService returns a new instance of DialService.
328func NewDialService(client *Client) *DialService {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected