MCPcopy
hub / github.com/go-gorm/gorm / Preload

Struct Preload

tests/preload_test.go:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312func TestNestedPreloadWithNestedJoin(t *testing.T) {
313 type (
314 Preload struct {
315 ID uint
316 Value string
317 NestedID uint
318 }
319 Join struct {
320 ID uint
321 Value string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected