MCPcopy
hub / github.com/TarsCloud/TarsGo / Client

Struct Client

tars/protocol/push/client.go:12–15  ·  view source on GitHub ↗

Client is the pushing client

Source from the content-addressed store, hash-verified

10
11// Client is the pushing client
12type Client struct {
13 servant model.Servant
14 callback func(data []byte)
15}
16
17// SetServant implements client servant
18func (c *Client) SetServant(s model.Servant) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected