(ctx context.Context, driver string, input *InsertLog)
| 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 | |
| 22 | type ILogUpdateService interface { |
no outgoing calls
no test coverage detected