MCPcopy Create free account
hub / github.com/go-pg/pg / structTableModel

Struct structTableModel

orm/model_table_struct.go:12–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type structTableModel struct {
13 table *Table
14 rel *Relation
15 joins []join
16
17 root reflect.Value
18 index []int
19
20 strct reflect.Value
21 structInited bool
22 structInitErr error
23}
24
25var _ TableModel = (*structTableModel)(nil)
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected