mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Started ading memoryProfiling apis
This commit is contained in:
committed by
Dan Christian Bogos
parent
27d5509ee6
commit
a8dea44476
@@ -741,6 +741,12 @@ type TenantWithAPIOpts struct {
|
||||
APIOpts map[string]interface{}
|
||||
}
|
||||
|
||||
type MemoryPrf struct {
|
||||
DirPath string
|
||||
Interval time.Duration
|
||||
NrFiles int
|
||||
}
|
||||
|
||||
type TenantID struct {
|
||||
Tenant string
|
||||
ID string
|
||||
|
||||
Reference in New Issue
Block a user