Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions modules/azurite/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,17 @@ import (
const (
// Deprecated: This constant is deprecated in favor of the one in "modules/azure/azurite".
// Please use that package instead for all new code.
//
//nolint:staticcheck
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.
//
//nolint:staticcheck
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.
//
//nolint:staticcheck
TableService Service = azurite.TableService
)

// Deprecated: This type is deprecated in favor of the one in "modules/azure/azurite".
// Please use that package instead for all new code.
//
//nolint:staticcheck
type Service = azurite.Service
Loading