MCPcopy
hub / github.com/cubefs/cubefs / client

Struct client

blobstore/api/blobnode/client.go:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type client struct {
32 rpc.Client
33}
34
35func New(cfg *Config) StorageAPI {
36 return &client{rpc.NewClient(&cfg.Config)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected