MCPcopy
hub / github.com/hoanhan101/ultimate-go / Xenia

Struct Xenia

go/design/decoupling_4.go:88–91  ·  view source on GitHub ↗

Xenia is a system we need to pull data from.

Source from the content-addressed store, hash-verified

86
87// Xenia is a system we need to pull data from.
88type Xenia struct {
89 Host string
90 Timeout time.Duration
91}
92
93// Pull knows how to pull data out of Xenia.
94func (*Xenia) Pull(d *Data) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected