MCPcopy
hub / github.com/redspread/spread / Input

Interface Input

pkg/input/input.go:8–10  ·  view source on GitHub ↗

Input represents a source of Entities and metadata.

Source from the content-addressed store, hash-verified

6
7// Input represents a source of Entities and metadata.
8type Input interface {
9 entity.Builder
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected