Documentation
¶
Overview ¶
Deprecated: This package is deprecated in favor of "modules/azure/azurite". Please use that package instead for all new code.
Index ¶
- Constants
- func WithInMemoryPersistence(megabytes float64) testcontainers.CustomizeRequestOptiondeprecated
- type AzuriteContainerdeprecated
- type Servicedeprecated
Constants ¶
const ( // Deprecated: This constant is deprecated in favor of the one in "modules/azure/azurite". // Please use that package instead for all new code. BlobPort = azurite.BlobPort // Deprecated: This constant is deprecated in favor of the one in "modules/azure/azurite". // Please use that package instead for all new code. QueuePort = azurite.QueuePort // Deprecated: This constant is deprecated in favor of the one in "modules/azure/azurite". // Please use that package instead for all new code. TablePort = azurite.TablePort // Deprecated: This constant is deprecated in favor of the one in "modules/azure/azurite". // Please use that package instead for all new code. // AccountName is the default testing account name used by Azurite AccountName string = azurite.AccountName // Deprecated: This constant is deprecated in favor of the one in "modules/azure/azurite". // Please use that package instead for all new code. // AccountKey is the default testing account key used by Azurite AccountKey string = azurite.AccountKey )
Variables ¶
This section is empty.
Functions ¶
func WithInMemoryPersistence
deprecated
func WithInMemoryPersistence(megabytes float64) testcontainers.CustomizeRequestOption
Deprecated: This option is deprecated in favor of the one in "modules/azure/azurite". Please use that package instead for all new code. WithInMemoryPersistence is a custom option to enable in-memory persistence for Azurite. This option is only available for Azurite v3.28.0 and later.
Types ¶
type AzuriteContainer
deprecated
Deprecated: This type is deprecated in favor of the one in "modules/azure/azurite". AzuriteContainer represents the Azurite container type used in the module
func Run
deprecated
func Run(ctx context.Context, img string, opts ...testcontainers.ContainerCustomizer) (*AzuriteContainer, error)
Deprecated: This function is deprecated in favor of the one in "modules/azure/azurite". Run creates an instance of the Azurite container type
func RunContainer
deprecated
func RunContainer(ctx context.Context, opts ...testcontainers.ContainerCustomizer) (*AzuriteContainer, error)
Deprecated: This function is deprecated in favor of the one in "modules/azure/azurite". RunContainer creates an instance of the Azurite container type
type Service
deprecated
Deprecated: This type is deprecated in favor of the one in "modules/azure/azurite". Please use that package instead for all new code.
const ( // Deprecated: This constant is deprecated in favor of the one in "modules/azure/azurite". // Please use that package instead for all new code. BlobService Service = azurite.BlobService // Deprecated: This constant is deprecated in favor of the one in "modules/azure/azurite". // Please use that package instead for all new code. QueueService Service = azurite.QueueService // Deprecated: This constant is deprecated in favor of the one in "modules/azure/azurite". // Please use that package instead for all new code. TableService Service = azurite.TableService )