(ctx context.Context, driver string, cluster string, id string)
| 16 | LogRecordsByService(ctx context.Context, serviceId string, start time.Time, end time.Time, page int, size int) ([]*Item, int64, error) |
| 17 | LogCount(ctx context.Context, driver string, cluster string, conditions map[string]string, spendHour int64, group string) (map[string]int64, error) |
| 18 | LogInfo(ctx context.Context, driver string, cluster string, id string) (*Info, error) |
| 19 | InsertLog(ctx context.Context, driver string, input *InsertLog) error |
| 20 | } |
| 21 |
no outgoing calls
no test coverage detected