mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-03 15:00:27 +08:00
12 lines
297 B
Go
12 lines
297 B
Go
// Copyright 2022 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cloud .
|
|
//go:build !plus
|
|
|
|
package models
|
|
|
|
import "github.com/iwind/TeaGo/dbs"
|
|
|
|
var nsAccessLogDAOMapping = map[int64]any{} // dbNodeId => DAO
|
|
|
|
func initAccessLogDAO(db *dbs.DB, node *DBNode) {
|
|
}
|