MCPcopy
hub / github.com/perkeep/perkeep / ClaimConstraint

Struct ClaimConstraint

pkg/search/query.go:662–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662type ClaimConstraint struct {
663 SignedBy string `json:"signedBy"` // identity
664 SignedAfter time.Time `json:"signedAfter"`
665 SignedBefore time.Time `json:"signedBefore"`
666}
667
668func (c *ClaimConstraint) checkValid() error {
669 return errors.New("TODO: implement blobMatches and checkValid on ClaimConstraint")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected