(ctx context.Context, appID string, service *string, regexFilter *string, from *time.Time, to *time.Time)
| 67 | |
| 68 | type QueryResolver interface { |
| 69 | Logs(ctx context.Context, appID string, service *string, regexFilter *string, from *time.Time, to *time.Time) ([]model.Log, error) |
| 70 | GetServiceLabelValues(ctx context.Context, appID string) ([]string, error) |
| 71 | GetFunctionsLogs(ctx context.Context, appID string, path string, regexFilter *string, from *time.Time, to *time.Time) ([]model.Log, error) |
| 72 | } |
no outgoing calls
no test coverage detected