This commit is contained in:
fanybook 2021-11-08 11:58:21 +08:00
parent 72efd4ed00
commit 9c081d1648
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ type TableComment interface {
} }
var ( var (
tpTableName = reflect.TypeOf((*TableName)(nil)).Elem() tpTableName = reflect.TypeOf((*TableName)(nil)).Elem()
tpTableComment = reflect.TypeOf((*TableComment)(nil)).Elem() tpTableComment = reflect.TypeOf((*TableComment)(nil)).Elem()
tvCache sync.Map tvCache sync.Map
) )
// GetTableName returns table name // GetTableName returns table name