MCPcopy Create free account
hub / github.com/bricks-cloud/BricksLLM / ReportingManager

Struct ReportingManager

internal/manager/reporting.go:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type ReportingManager struct {
31 es eventStorage
32 cs costStorage
33 ks keyStorage
34}
35
36func NewReportingManager(cs costStorage, ks keyStorage, es eventStorage) *ReportingManager {
37 return &ReportingManager{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected