Started ading memoryProfiling apis

This commit is contained in:
porosnicuadrian
2021-06-28 16:59:12 +03:00
committed by Dan Christian Bogos
parent 27d5509ee6
commit a8dea44476
4 changed files with 76 additions and 48 deletions

View File

@@ -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