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

Function NewDialService

http/dial.go:328–330  ·  view source on GitHub ↗

NewDialService returns a new instance of DialService.

(client *Client)

Source from the content-addressed store, hash-verified

326
327// NewDialService returns a new instance of DialService.
328func NewDialService(client *Client) *DialService {
329 return &DialService{Client: client}
330}
331
332// FindDialByID retrieves a single dial by ID along with associated memberships.
333// Only the dial owner & members can see a dial. Returns ENOTFOUND if dial does

Callers 5

RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected