MCPcopy Create free account
hub / github.com/FloatTech/ZeroBot-Plugin-Playground / TableName

Method TableName

plugin/chinesebqb/model.go:82–84  ·  view source on GitHub ↗

TableName 表名

()

Source from the content-addressed store, hash-verified

80
81// TableName 表名
82func (bqb) TableName() string {
83 return "bqb"
84}
85
86func (bdb *bqbdb) getByKey(key string) (b []bqb, err error) {
87 db := (*gorm.DB)(bdb)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected