mirror of
http://github.com/goal-web/database
synced 2025-12-24 10:40:53 +08:00
sync: 同步更新
This commit is contained in:
2
go.mod
2
go.mod
@@ -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
7
model/model.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
import "github.com/goal-web/contracts"
|
||||
|
||||
type Model struct {
|
||||
class contracts.Class
|
||||
}
|
||||
Reference in New Issue
Block a user