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

Struct UserWithTable

tests/table_test.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type UserWithTable struct {
17 gorm.Model
18 Name string
19}
20
21func (UserWithTable) TableName() string {
22 return "gorm.user"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected