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

Struct wherePKStructQuery

orm/query.go:1571–1573  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1569//------------------------------------------------------------------------------
1570
1571type wherePKStructQuery struct {
1572 q *Query
1573}
1574
1575var _ queryWithSepAppender = (*wherePKStructQuery)(nil)
1576

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected