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

Method GetEvents

internal/server/web/admin/admin.go:40–40  ·  view source on GitHub ↗
(userId, customId string, keyIds []string, start int64, end int64)

Source from the content-addressed store, hash-verified

38 GetTopKeyReporting(r *event.KeyReportingRequest) (*event.KeyReportingResponse, error)
39 GetKeyReporting(keyId string) (*key.KeyReporting, error)
40 GetEvents(userId, customId string, keyIds []string, start int64, end int64) ([]*event.Event, error)
41 GetEventsV2(r *event.EventRequest) (*event.EventResponse, error)
42 GetEventReporting(e *event.ReportingRequest) (*event.ReportingResponse, error)
43 GetAggregatedEventByDayReporting(e *event.ReportingRequest) (*event.ReportingResponseV2, error)

Callers 1

getGetEventsHandlerFunction · 0.65

Implementers 1

ReportingManagerinternal/manager/reporting.go

Calls

no outgoing calls

Tested by

no test coverage detected