MCPcopy
hub / github.com/coze-dev/coze-studio / MemoryServiceClient

Struct MemoryServiceClient

backend/api/model/data/variable/variable_svc.go:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type MemoryServiceClient struct {
31 c thrift.TClient
32}
33
34func NewMemoryServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *MemoryServiceClient {
35 return &MemoryServiceClient{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected