MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / LogInfo

Method LogInfo

log-driver/driver.go:10–10  ·  view source on GitHub ↗
(clusterId string, id string)

Source from the content-addressed store, hash-verified

8
9type ILogDriver interface {
10 LogInfo(clusterId string, id string) (*LogInfo, error)
11 LogCount(clusterId string, conditions map[string]string, spendHour int64, group string) (map[string]int64, error)
12 Logs(clusterId string, conditions map[string]string, start time.Time, end time.Time, limit int64, offset int64) ([]*LogItem, int64, error)
13 LogRecords(clusterId string, start time.Time, end time.Time) ([]*LogItem, error)

Callers 3

StrategyLogInfoMethod · 0.65
RestLogInfoMethod · 0.65
AILogInfoMethod · 0.65

Implementers 2

imlLogServiceservice/log/iml.go
Driverlog-driver/loki/loki.go

Calls

no outgoing calls

Tested by

no test coverage detected