MCPcopy Index your code
hub / github.com/perkeep/perkeep / Builder

Struct Builder

pkg/schema/blob.go:357–359  ·  view source on GitHub ↗

A Builder builds a JSON blob. After mutating the Builder, call Blob to get the built blob.

Source from the content-addressed store, hash-verified

355// A Builder builds a JSON blob.
356// After mutating the Builder, call Blob to get the built blob.
357type Builder struct {
358 m map[string]interface{}
359}
360
361// NewBuilder returns a new blob schema builder.
362// The "camliVersion" field is set to "1" by default and the required

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected