package helpers

import "github.com/moby/buildkit/util/testutil/helpers"

Index

Functions

func NewAzuriteServer

func NewAzuriteServer(t *testing.T, sb integration.Sandbox, opts AzuriteOpts) (address string, cl func() error, err error)

func NewMinioServer

func NewMinioServer(t *testing.T, sb integration.Sandbox, opts MinioOpts) (address string, bucket string, cl func() error, err error)

Types

type AzuriteOpts

type AzuriteOpts struct {
	AccountName string
	AccountKey  string
}

type MinioOpts

type MinioOpts struct {
	Region          string
	AccessKeyID     string
	SecretAccessKey string
}

Source Files

azurite.go minio.go

Version
v0.18.0
Published
Nov 26, 2024
Platform
js/wasm
Imports
11 packages
Last checked
12 hours ago

Tools for package owners.