(ctx context.Context, t testing.TB, c *dagger.Client, content string)
| 2364 | } |
| 2365 | |
| 2366 | func httpService(ctx context.Context, t testing.TB, c *dagger.Client, content string) (*dagger.Service, string) { |
| 2367 | return httpServiceAuth(ctx, t, c, content, "", nil) |
| 2368 | } |
| 2369 | func httpServiceDir(ctx context.Context, t testing.TB, c *dagger.Client, dir *dagger.Directory) (*dagger.Service, string) { |
| 2370 | return httpServiceDirAuth(ctx, t, c, "", dir, "", nil) |
| 2371 | } |
no test coverage detected