(clusterId string, conditions map[string]string, start time.Time, end time.Time, limit int64, offset int64)
| 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) |
| 14 | } |
| 15 |