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

Interface Builder

pkg/entity/entity.go:32–35  ·  view source on GitHub ↗

Builder is used by input sources that create Entities.

Source from the content-addressed store, hash-verified

30
31// Builder is used by input sources that create Entities.
32type Builder interface {
33 // Build returns an Entity based on the implementations internal logic, Errors are returned if state is invalid.
34 Build() (Entity, error)
35}
36
37// base provides fields that are shared between all Entitys.
38type base struct {

Callers 2

TestInputPodFunction · 0.65
TestInputRCAndPodFunction · 0.65

Implementers 2

FileInputpkg/input/dir/input.go
SpreadClicli/cli.go

Calls

no outgoing calls

Tested by

no test coverage detected