mirror of
https://github.com/fatedier/frp.git
synced 2025-07-15 02:10:49 +07:00
rename models to pkg (#2005)
This commit is contained in:
8
pkg/metrics/metrics.go
Normal file
8
pkg/metrics/metrics.go
Normal file
@ -0,0 +1,8 @@
|
||||
package metrics
|
||||
|
||||
import (
|
||||
"github.com/fatedier/frp/pkg/metrics/aggregate"
|
||||
)
|
||||
|
||||
var EnableMem = aggregate.EnableMem
|
||||
var EnablePrometheus = aggregate.EnablePrometheus
|
Reference in New Issue
Block a user