MCPcopy Create free account
hub / github.com/LockGit/gochat / Instance

Struct Instance

task/rpc.go:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type Instance struct {
31 ServerType string
32 ServerId string
33 Client client.XClient
34}
35
36type RpcConnectClient struct {
37 lock sync.Mutex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected