sync: 同步更新

This commit is contained in:
qbhy
2023-02-13 23:03:30 +08:00
parent 9806551a57
commit 087df5ff1d
2 changed files with 8 additions and 1 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/goal-web/database
go 1.17
go 1.19
require (
github.com/ClickHouse/clickhouse-go/v2 v2.0.9

7
model/model.go Normal file
View File

@@ -0,0 +1,7 @@
package model
import "github.com/goal-web/contracts"
type Model struct {
class contracts.Class
}