MCPcopy
hub / github.com/upper/db / Record

Interface Record

record.go:24–26  ·  view source on GitHub ↗

Record is the equivalence between concrete database schemas and Go values.

Source from the content-addressed store, hash-verified

22
23// Record is the equivalence between concrete database schemas and Go values.
24type Record interface {
25 Store(sess Session) Store
26}
27
28// HasConstraints is an interface for records that defines a Constraints method
29// that returns the record's own constraints.

Callers 6

recordUpdateFunction · 0.65
setErrMethod · 0.65
GetMethod · 0.65
SaveMethod · 0.65
DeleteMethod · 0.65
record_suite.goFile · 0.65

Implementers 4

Loginternal/testsuite/record_suite.go
Accountinternal/testsuite/record_suite.go
Userinternal/testsuite/record_suite.go
issue602Organizationadapter/postgresql/postgresql_test.go

Calls

no outgoing calls

Tested by

no test coverage detected